sojourn_3x_SIP: Triaxial Sojourn method for the SIP method

View source: R/SIP_Soj_3x.R

sojourn_3x_SIPR Documentation

Triaxial Sojourn method for the SIP method

Description

Triaxial Sojourn method for the SIP method

Usage

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

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 Nov. 20, 2025, 1:07 a.m.