event_counting: Applies event counting to a behavior stream

View source: R/observation_method_filters.R

event_countingR Documentation

Applies event counting to a behavior stream

Description

Calculates the number of behaviors that begin during the observation session.

Usage

event_counting(BS)

Arguments

BS

object of class behavior_stream

Value

Vector of non-negative integers.

Examples

BS <- r_behavior_stream(n = 5, mu = 3, lambda = 10, 
                       F_event = F_exp(), F_interim = F_exp(), stream_length = 100)
event_counting(BS)

ARPobservation documentation built on Aug. 25, 2023, 5:19 p.m.