Skip to contents

Transforms data into a list of mean, standard deviation, and range of several call metrics.

Usage

score_timepoint_data(data_subset, group, animal, id, experimenter)

Arguments

data_subset

The object created in `add_timepoint_data()` which will be scored

group

The experimental group (i.e. "Control") these data correspond to

animal

The animal or animal group ID for these data

id

The full name of the experiment, including the extension.

experimenter

The experimenter who recorded these results

Value

A list object containing statistics and metadata for each file.

Examples

if (FALSE) score_timepoint_data(
  data_subset = my_subsetted_data, group = "Control",
  experimenter = "Experimenter 1", animal = "4207", id = "Data_sheet.xlsx"
)