continuous_duration_recording {ARPobservation} | R Documentation |
Calculates the proportion of session time during which behavior occurs.
continuous_duration_recording(BS)
BS |
object of class |
Vector of proportions.
BS <- r_behavior_stream(n = 5, mu = 3, lambda = 10,
F_event = F_exp(), F_interim = F_exp(), stream_length = 100)
continuous_duration_recording(BS)