Description Usage Arguments Value Examples
Counts transitions between raw time series data
1 | countTrans(x, y)
|
x |
A binary time series (0,1) |
y |
A binary time series (0,1) |
The number of times y
is observed immediately after observing x
1 2 3 | x <- c(1,1,1,1,1)
y <- c(0,0,1,0,1)
countTrans(x, y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.