This is the interface to the C++ fitter for the dynamic mixed-membership stochastic blockmodel for network regression.
Numeric matrix; transpose of monadic design matrix. Should not include intercept row.
Numeric matrix; transpose of dyadic design matrix.
Numeric vector; vector of edge values. Must have same number of elements as ncol(x_t)
Integer vector; zero-based time-period identifier for each node.
Integer vector; total number of unique nodes observed in each time period.
Integer matrix; zero-based sender and receiver identifier per dyad.
Numeric matrix; matrix of prior means for elements in blockmodel matrix.
Numeric matrix; matrix of prior variances for elements in blockmodel matrix.
Numeric matrix; matrix of initial mixed-memberships. Nodes along columns.
Numeric matrix; matrix of initial marginal HMM state probabilities. Time-periods along columns.
Numeric matrix; square matrix of initial values of blockmodel.
Numeric vector; flat array (column-major order) of initial values of monadic coefficients.
Numeric vector; vector of initial values of dyadic coefficients
List; see the mmsbm.control
argument of mmsbm
Unclassed list with named components; see Value
of mmsbm
This function is for internal use only. End-users should always resort to mmsbm
.
In particular, that interface post-processes the return value of this internal in important ways.