Rdocumentation
powered by
Learn R Programming
clickstream (version 1.2.1)
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)
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