criterion_intensity_AP_HR: Function to create criterion measure from activpal and heart...

View source: R/criterion_intensity_AP_HR.R

criterion_intensity_AP_HRR Documentation

Function to create criterion measure from activpal and heart rate data

Description

Function to create criterion measure from activpal and heart rate data

Usage

criterion_intensity_AP_HR(HR_data, AP_data, HR_flex, MPA_HRR, VPA_HRR)

Arguments

HR_data

Data with a Timestamp in ymd_hms format and heart rate data labelled as 'HR'

AP_data

ActivPAL data with a Timestamp column in ymd_hms format and event data (sitting/lying, standing, stepping)

HR_flex

Individualized HR-flex threshold. Periods with HR data above this threshold will use HR to determine intensity while periods below will use activPAL event data

MPA_HRR

Individualized threshold for determining moderate-intensity activity from HR data

VPA_HRR

Individualized threshold for determining vigorous-intensity activity from HR data


robmarcotte/MOCAfunctions documentation built on March 23, 2024, 12:33 p.m.