print a summary of the event history.
Usage
# S3 method for remify
print(x, ...)
Examples
# processing the random network 'randomREHsmall'
library(remify)
data(randomREHsmall)
reh <- remify(edgelist = randomREHsmall$edgelist,
model = "tie")
# printing a summary of the processed 'remify' object
print(reh)
#> Relational Event Network
#> (processed for tie-oriented modeling):
#> > events = 586
#> > actors = 5
#> > riskset = full
#> > directed = TRUE
#> > ordinal = FALSE
#> > weighted = FALSE
#> > time length ~ 79 days
#> > interevent time
#> >> minimum ~ 1 seconds
#> >> maximum ~ 85906.6565 seconds