Learn R Programming

remify (version 3.2.8)

print.remify: print.remify

Description

print a summary of the event history.

Usage

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

Value

displays the same information provided by the summary method.

Arguments

x

a remify object.

...

further arguments.

Examples

Run this code
 
# 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)

Run the code above in your browser using DataLab