ber_analyze_dir: Estimate Behavioral Entropy Rate based upon Video Data Files...

Description Usage Arguments Value

Description

Estimate Behavioral Entropy Rate based upon Video Data Files for a Directory

Usage

1
2
3
4
5
6
ber_analyze_dir(dir_loc, tactile_padding = 1, auditory_padding = 1,
  behavior_types = list(mom_auditory_types = c("Vocal"), mom_tactile_types =
  c("TouchBaby", "HoldingBaby"), mom_visual_types = c("ManipulatingObject"),
  baby_visual_types = c("LookAtMomActivity"), missing_types =
  c("CantTellHolding", "ActivityNotVisible", "CantTellLooking")),
  missing_threshold = 0.1)

Arguments

dir_loc

directory of files

tactile_padding

right padding adjustment to tactile events

auditory_padding

right padding adjustment to auditory events

behavior_types

dictionary of behavior types. Required sections, mom_auditory_types, mom_tactile_types, mom_visual_types, baby_visual_types, missing_types

missing_threshold

proportion of acceptable missing time

Value

Entropy rate estimates of an individual


bvegetabile/ccber documentation built on May 10, 2019, 1:15 p.m.