score_timepoint_data {SqueakR} | R Documentation |
Score Timepoint Data
Description
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
## Not run: score_timepoint_data(
data_subset = my_subsetted_data, group = "Control",
experimenter = "Experimenter 1", animal = "4207", id = "Data_sheet.xlsx"
)
## End(Not run)
[Package SqueakR version 1.3.0 Index]