Description Usage Arguments Value
View source: R/postprocessing_helper_functions.R
Relabels the state sequence estimated by a hidden Markov model with a recursive algorithm.
Used as an internal function in postprocess
.
1 | reclassify(state, t, min.sac)
|
state |
Integer vector with estimated states for each gaze sample as
returned by |
t |
Numeric vector of time stamps for each gaze sample. |
min.sac |
Minimum saccade duration (in s). |
A data frame with the relabeled states and event number for each gaze sample.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.