Description Usage Arguments Value Functions Examples
These functions take the output of DSI_export_to_dataframe and outputs a new dataframe for the specified parameter.
1 | isolate_parameter(data, parameter, mean_col = FALSE)
|
data |
A dataframe which is the output from DSI_export_to_dataframe. |
parameter |
Name of a parameter to isolate in the dataframe. |
mean_col |
A boolean for including a new column with the group mean for the selected parameter. |
A dataframe with the Time and elapsed_time columns from the input, and a column for each subject appended with the parameter (i.e. SBP). Additionally an optional column for the mean of all subjects in the dataset.
isolate_parameter
: Isolate parameter from complete telemetry
dataframe export.
1 2 | isolate_parameter(sample_BP_data, parameter = SBP)
isolate_parameter(sample_BP_data, parameter = MAP, mean_col = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.