isolate_parameter: Isolate parameters from complete telemetry dataframe.

Description Usage Arguments Value Functions Examples

Description

These functions take the output of DSI_export_to_dataframe and outputs a new dataframe for the specified parameter.

Usage

1
isolate_parameter(data, parameter, mean_col = FALSE)

Arguments

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.

Value

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.

Functions

Examples

1
2
isolate_parameter(sample_BP_data, parameter = SBP)
isolate_parameter(sample_BP_data, parameter = MAP, mean_col = TRUE)

andrewstiegler/telemetRy documentation built on May 1, 2021, 4:56 p.m.