Learn R Programming

clickstream (version 1.3.3)

summary,MarkovChain-method: Prints the Summary of a MarkovChain Object

Description

Prints the Summary of a MarkovChain Object

Usage

# S4 method for MarkovChain
summary(object)

Value

Returns a MarkovChainSummary object.

list("desc")

A short description of the MarkovChain object.

list("observations")

The number of observations from which the MarkovChain has been fitted.

list("k")

The number of estimation parameters.

list("logLikelihood")

The maximal log-likelihood of the MarkovChain estimation.

list("aic")

Akaike's Information Criterion for the MarkovChain object

list("bic")

Bayesian Information Criterion for the MarkovChain object

Arguments

object

An instance of the MarkovChain-class

Methods

list("signature(object = \"MarkovChain\")")

Generates a summary for a given MarkovChain object

Author

Michael Scholz michael.scholz@th-deg.de