View source: R/chain_structure.R
| summary.chain_structure_group | R Documentation |
chain_structure_groupProduces a single tidy data.frame with one row per (group, state)
combination, combining classification, persistence, sojourn, and –
when applicable – stationary or mean-absorption-time columns. Useful
for side-by-side reporting of chain_structure() across the
members of a netobject_group.
## S3 method for class 'chain_structure_group'
summary(object, ...)
object |
A |
... |
Ignored. |
A data.frame with columns group, state, classification,
period, persistence, return_probability, sojourn_steps, plus
stationary_probability if all groups are irreducible and
mean_absorption_time if any group has absorbing states.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.