Learn R Programming

hmmm (version 1.0.0)

summary.hidden: summary for the class hidden

Description

The generic function `summary' is adapted to the objects inheriting from class hidden (summary.hidden) to display the results of the estimation of a hidden model by `hidden.emfit'.

Usage

## S3 method for class 'hidden':
summary(object,...)

Arguments

object
An object of the class hidden, i.e. a result of `hidden.emfit'
...
Further arguments passed to or from other methods

Value

  • The transition probabilities and the probabilities of observations given the latent states are printed.

See Also

hidden.emfit, print.hidden