Description Usage Arguments Value Examples
Theis function takes the output of typical_day and outputs a new dataframe for the specified parameter.
1 | isolate_typical(data, parameter)
|
data |
A dataframe which is the output from typical_day. |
parameter |
Name of a parameter in the dataset. |
A dataframe with the Time columns from the input, and a column for each subject appended with the parameter (i.e. SBP).
1 2 3 | typical_day_output <- typical_day(sample_BP_data, lights_on = 6)
isolate_typical(data = typical_day_output, parameter = SBP)
isolate_typical(data = typical_day_output, parameter = HR)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.