Calculates out2stars, in2stars, ctriads, mutual, ttriads, and edges statistics (with or without exponential down weighting) for a real-valued network.
calculate_network_statistics(network, weights = NULL,
downweight_statistics_together = TRUE, include_diagonal = FALSE)
A square numeric matrix (sociomatrix or adjacency matrix) representing the network.
If you wish to provide your own weights, you must provide a vector of length 6 with terms corresponding to out2stars, in2stars, ctriads, mutual, ttriads, edges in that order.
Logical indicating whether exponential down weighting should be done together or separately. Defaults to TRUE.
Logical indicating whether the diagonal should be included in the network statistics. Defaults to FALSE.
A gergm object containing parameter estimates.