Learn R Programming

remstats (version 3.2.4)

print.remstats: Printing Relational Event Network Statistics

Description

Print a remstats object in a user-friendly format.

Usage

# S3 method for remstats
print(x, ...)

Value

The function prints formatted information about the remstats object to the console, presenting details about the relational event network statistics in a user-friendly format.

Arguments

x

object of class remstats.

...

further arguments passed to or from other methods.

Examples

Run this code
rehObject <- remify::remify(edgelist = history, model = "tie")
remstatsObject <- remstats::remstats(reh = rehObject, tie_effects = ~ remstats::inertia())
print(remstatsObject)

rehObject <- remify::remify(edgelist = history, model = "actor")
remstatsObject <- remstats::remstats(reh = rehObject, receiver_effects = ~ inertia())
print(remstatsObject)

Run the code above in your browser using DataLab