Learn R Programming

remstats (version 3.2.4)

summary.remstats: Relational Event Network Statistics Summaries

Description

Produce summaries of each statistic from a remstats object.

Usage

# S3 method for remstats
summary(object, ...)

Value

The summaries provide information for each statistic included in the remstats object, offering insights into the distribution and characteristics of the data.

Arguments

object

object of class remstats.

...

additional arguments affecting the summary produced.

Examples

Run this code
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)

Run the code above in your browser using DataLab