hibbing-helpers | R Documentation |
Applies the specified two-regression algorithm from Hibbing et al. (2018, Med Sci Sports Exerc) to data from the primary accelerometer and IMU (if applicable)
apply_two_regression_hibbing18( which_algorithm = data.frame(Wear_Location = "Hip", Algorithm = 1), AG, verbose = FALSE, ... )
which_algorithm |
a dataframe specifying which algorithm to use, based
on |
AG |
data frame of ActiGraph data |
verbose |
logical. Print updates to console? |
... |
arguments passed to |
a numeric vector of predicted energy expenditure values, expressed in metabolic equivalents
data(all_data, package = "TwoRegression") process <- data.frame(Wear_Location = "Left Wrist", Algorithm = 2, stringsAsFactors = FALSE) TwoRegression:::apply_two_regression_hibbing18(process, all_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.