print.remstats | R Documentation |
Print a remstats
object in a user-friendly format.
## S3 method for class 'remstats'
print(x, ...)
x |
object of class |
... |
further arguments passed to or from other methods. |
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.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.