print.remify {remify} | R Documentation |
print.remify
Description
print a summary of the event history.
Usage
## S3 method for class 'remify'
print(x, ...)
Arguments
x |
a |
... |
further arguments. |
Value
displays the same information provided by the summary method.
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)
[Package remify version 3.2.6 Index]