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 |
Value
Returns a MarkovChainSummary
object.
list("desc") |
A short description of the |
list("observations") |
The number of observations from which the
|
list("k") |
The number of estimation parameters. |
list("logLikelihood") |
The maximal log-likelihood of
the |
list("aic") |
Akaike's Information
Criterion for the |
list("bic") |
Bayesian
Information Criterion for the |
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]