Description
Extension to the 'Lolog' Package for 'Triadic' Network Statistics.
Description
Provides an extension to the 'lolog' package by introducing the minTriadicClosure() statistic to capture higher-order interactions among triplets of nodes. This function facilitates improved modelling of group formations and 'triadic' closure in networks. A smoothing parameter has been incorporated to avoid numerical errors.
README.md
This is the skeleton for an lolog extension package.
If code in source is edited run library(Rcpp) compileAttributes() within the package directory to update the Rcpp attribute-generated files.
Documentation is updated using library(Rcpp) compileAttributes() library(roxygen2) roxygenize('.', roclets='rd')
New statistics added by this package:
minTriadicClosure
: A new statistic for LOLOG for counting nodes that participate in at least a specified number of triangles.