View source: R/chain_structure.R
| summary.chain_structure | R Documentation |
chain_structureReturns a single data.frame with one row per state, combining every
per-state metric chain_structure() computes. Always includes
state, classification, period, return_probability (the
diagonal of the hitting matrix) and persistence (the diagonal of
the transition matrix); adds sojourn whenever it is finite, the
chain's stationary_probability when irreducible, and absorption
columns when the chain has any absorbing states.
## S3 method for class 'chain_structure'
summary(object, ...)
object |
A |
... |
Ignored. |
Columns are ordered for readability: identifiers first, classification second, dynamic per-state metrics last.
A data.frame with one row per state. Columns described above.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.