Learn R Programming

clickstream (version 1.1.3)

summary-methods: Prints a summary of a MarkovChain object

Description

Prints a summary of a MarkovChain object

Usage

## S3 method for class '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 object has been fitted.
  • list("k")The number of estimation parameters.
  • list("logLikelihood")The LogLikelihood of the MarkovChain object.
  • list("aic")Akaike's Information Criterion for the MarkovChain object
  • list("bic")Bayesian Information Criterion for the MarkovChain object