Description Usage Arguments Value
Calculate the coefficient of segregation, mingling index, and inter-event time summary statistics of a given pair of event series.
1 | calc_score_funcs(x, W = c(0, 7), bidirectional = TRUE)
|
x |
Data.frame of |
W |
Vector containing observation window |
bidirectional |
Logical indicating if the inter-event times should be bidirectional (versus only looking at events prior to event of interest) |
List containing
iet.mn
: mean iet for fixed mark 2/B to mark 1/A
iet.md
: median iet for fixed mark 2/B to mark 1/A
s
: coefficient of segregation
m
: mingling index, k=1
nA
: number of events of type 1/A
nB
: number of events of type 2/B
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.