RelateEventsToNetwork: Calculates intensity statistics for the given intensitynet...

View source: R/intensitynet.R

RelateEventsToNetworkR Documentation

Calculates intensity statistics for the given intensitynet object

Description

Calculates edgewise and mean nodewise intensities for the given intensitynet object and, for each edge, the proportions of all event covariates.

Usage

RelateEventsToNetwork(obj)

Arguments

obj

intensitynet object

Value

proper intensitynet object (Undirected, Directed, or Mixed) with a graph containing the nodewise intensity in the node attributes and the edgewise intensities and event covariate proportions as edge attributes.

Examples


data("und_intnet_chicago")
intnet_chicago <- RelateEventsToNetwork(und_intnet_chicago)


intensitynet documentation built on April 11, 2023, 6:07 p.m.