summary.hmm: Summary method for hmm objects

Description Usage Arguments Value

View source: R/print-and-summary.R

Description

Summaries of parameter estimates and MCMC convergence diagnostics (Monte Carlo error, effective sample size, Rhat).

Usage

1
2
3
4
5
6
## S3 method for class 'hmm'
summary(object, probs, digits = 1, ...)

## S3 method for class 'summary.hmm'
print(x, digits = max(1, attr(x, "print.digits")),
  ...)

Arguments

probs

For models fit using MCMC, an optional numeric vector of probabilities passed to quantile.

digits

Number of digits to use for formatting numbers when printing. When calling summary, the value of digits is stored as the "print.digits" attribute of the returned object.

...

Currently ignored.

x

An object of class "summary.hmm".

Value

The summary method returns an object of class "summary.hmm".


apeterson91/fhmm documentation built on Nov. 2, 2019, 1:58 p.m.