Adds summarized timepoint data (acquired by running `add_timepoint_data()`,
followed by `score_timepoint_data()`) to the created experiment object.
Usage
add_to_experiment(experiment, added_data)
Arguments
- experiment
The experiment object
- added_data
The scored data object to be added to the experiment
Value
A list object containing statistics and metadata for the entire experiment.
The `groups` and `experimenters` field will auto-populate based on added data using
the `update_experiment()` function.
Examples
if (FALSE) add_to_experiment(experiment = experiment, added_data = my_data)