print.remstats {remstats} | R Documentation |
Printing Relational Event Network Statistics
Description
Print a remstats
object in a user-friendly format.
Usage
## S3 method for class 'remstats'
print(x, ...)
Arguments
x |
object of class |
... |
further arguments passed to or from other methods. |
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.
Examples
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)
[Package remstats version 3.2.2 Index]