CRIB_output | R Documentation |
analyze_bouts
when method == "CRIB"
CRIB
returns a data frame formatted as follows:
start_index | The start index of the bout period |
end_index | The end index of the bout period |
values | The target behavior |
n_total_events | The total number of behavioral events (target or interruptive) |
n_value_events | The number of target behavior events |
n_interruption_events | The number of interruptive events |
overall_minutes | The full duration of the bout period, in minutes |
engaged_minutes | The portion of overall_minutes that was
spent in the target behavior |
percent_time_engaged | The percentage of overall_minutes
comprising engaged_minutes |
total_interruption_minutes | The portion of
overall_minutes that was spent in interruptive behavior |
longest_interruption_minutes | The duration (in minutes) of the
longest interruption within the overall_minutes period |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.