This function is similar to what ergm::summary_formula does, but it provides a fast wrapper suited for matrix class objects (see benchmark in the examples).
count_stats(X,...)AVAILABLE_STATS()## S3 method for class 'formula'count_stats(X,...)## S3 method for class 'list'count_stats(X, terms, attrs =NULL,...)
Arguments
X: List of square matrices. (networks)
...: Passed to the method.
terms: Character vector with the names of the statistics to calculate. Currently, the only available statistics are: 'paste(ergmito::AVAILABLE_STATS(), collapse="', '") '.
attrs: A list of vectors. This is used when term has a nodal attribute such as nodeicov(attrname="").
Returns
A matrix of size length(X) * length(terms) with the corresponding counts of statistics.