- **`what`**: The type of graph requested:
* `"clustered" =` Clustered curves (field `klas` of class StatMixHMM ).
* `"smoothed" =` Smoothed signal (field `smoothed` of class StatMixHMM).
* `"loglikelihood" =` Value of the log-likelihood for each iteration (field `stored_loglik` of class StatMixHMM ).
- **`...`**: Other graphics parameters.
- **`digits`**: The number of significant digits to use when printing.
Examples
data(toydataset)Y <- t(toydataset[,2:ncol(toydataset)])mixhmm <- emMixHMM(Y = Y, K =3, R =3, verbose =TRUE)# mixhmm is a ModelMixHMM object. It contains some methods such as 'summary' and 'plot'mixhmm$summary()mixhmm$plot()# mixhmm has also two fields, stat and param which are reference classes as well# Log-likelihood:mixhmm$stat$loglik
# Meansmixhmm$param$mu