sojourn_3x_SIP: Triaxial Sojourn method for the SIP method

Description Usage Arguments Value Examples

View source: R/SIP_Soj_3x.R

Description

Triaxial Sojourn method for the SIP method

Usage

1
sojourn_3x_SIP(ag, short = 30)

Arguments

ag

combined ActiGraph and activPAL data on which to identify transitions and make predictions

short

the minimum duration of a qualifying Sojourn

Value

A data frame of processed data using the SIP method

Examples

1
2
3
4
data(SIP_ag, package = "Sojourn")
data(SIP_ap, package = "Sojourn")
data <- Sojourn::enhance_actigraph(SIP_ag, SIP_ap)
utils::head(sojourn_3x_SIP(data))

Sojourn documentation built on May 8, 2021, 1:06 a.m.