Description Usage Arguments Value
Classifies gaze data into eye movement events by using a hidden Markov model from the package depmixS4.
1 2 3 4 5 6 7 8 9 | HMM_classify(
data,
nstates,
respstart,
trstart,
instart,
sf = c(10, 10),
fit.control = em.control(maxit = 5000, random.start = F)
)
|
data |
Data frame with preprocessed gaze samples as returned by |
nstates |
Number of states in the hidden Markov model. |
respstart |
Starting values for the response model in the hidden Markov model. |
trstart |
Starting values for the transition model in the hidden Markov model. |
instart |
Starting values for the initial state model in the hidden Markov model. |
sf |
Vector of length two indicating by which factor velocity and acceleration data will be divided. |
fit.control |
List of settings for the EM algorithm as returned by |
An object of class depmix.fitted
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.