RelateEventsToNetwork {intensitynet} | R Documentation |
Calculates edgewise and mean nodewise intensities for the given intensitynet object and, for each edge, the proportions of all event covariates.
RelateEventsToNetwork(obj)
obj |
intensitynet object |
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.
data("und_intnet_chicago")
intnet_chicago <- RelateEventsToNetwork(und_intnet_chicago)