Learn R Programming

remify (version 3.2.8)

summary.remify: summary.remify

Description

A function that returns a easy-to-read summary of the main characteristics as to the processed relational event sequence.

Usage

# S3 method for remify
summary(object, ...)

Value

prints out the main characteristics of the processed relational event sequence.

Arguments

object

a remify object.

...

other 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
summary(reh)

Run the code above in your browser using DataLab