summary,MarkovChain-method {clickstream}R Documentation

Prints the Summary of a MarkovChain Object

Description

Prints the Summary of a MarkovChain Object

Usage

## S4 method for signature 'MarkovChain'
summary(object)

Arguments

object

An instance of the MarkovChain-class

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

Methods

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

Generates a summary for a given MarkovChain object

Author(s)

Michael Scholz michael.scholz@th-deg.de


[Package clickstream version 1.3.3 Index]