Manually Collect Direct Observation Data
manual_data_collection_program(
id,
timestamps,
activities,
durations = NULL,
seated = NA,
large_muscles_moving = NA,
slow = NA,
slowed_by_resistance = NA,
ambulation = NA,
light_walking = NA
)A dataframe of pre-processed direct observation data generated from minimal input
Character scalar giving ID to assign to the trial
Vector of times (character or POSIX) corresponding to onset of each activity and (if durations = NULL) offset of the final activity (i.e., ending time of the trial)
Character vector of activities in the sequence they were performed
Optional numeric vector giving duration of each activity, in seconds
Character vector giving yes/no/NA response for whether the participant was seated during each activity
Character vector giving yes/no/NA response for whether the participant was moving large muscles during each activity
Character vector giving yes/no/NA response for whether muscle contractions were slow during each activity
Character vector giving yes/no/NA response for whether slow muscle contractions were slowed because of resistance
Character vector giving yes/no/NA response for whether the each activity is ambulatory
Character vector giving yes/no/NA response for whether ambulation was slow enough to be considered light activity instead of moderate or vigorous
Other collection functions:
data_collection_program(),
interactive_data_collection_program()