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,
...
)a numeric vector of predicted energy expenditure values, expressed in metabolic equivalents
a dataframe specifying which algorithm to use, based
on Wear_Location and Algorithm columns
data frame of ActiGraph data
logical. Print updates to console?
arguments passed to predict.TwoRegression