summary.remstats | R Documentation |
Produce summaries of each statistic from a remstats
object.
## S3 method for class 'remstats'
summary(object, ...)
object |
object of class |
... |
additional arguments affecting the summary produced. |
The summaries provide information for each statistic included in the remstats object, offering insights into the distribution and characteristics of the data.
rehObject <- remify::remify(edgelist = history, model = "tie")
remstatsObject <- remstats::remstats(reh = rehObject, tie_effects = ~ remstats::inertia())
summary(remstatsObject)
rehObject <- remify::remify(edgelist = history, model = "actor")
remstatsObject <- remstats::remstats(reh = rehObject, receiver_effects = ~ inertia())
summary(remstatsObject)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.