View source: R/observation_method_filters.R
event_counting | R Documentation |
Calculates the number of behaviors that begin during the observation session.
event_counting(BS)
BS |
object of class |
Vector of non-negative integers.
BS <- r_behavior_stream(n = 5, mu = 3, lambda = 10,
F_event = F_exp(), F_interim = F_exp(), stream_length = 100)
event_counting(BS)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.