Rdocumentation
powered by
Learn R Programming
clickstream (version 1.1.5)
summary-methods: Prints the Summary of a MarkovChain Object
Description
Prints the 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
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