VertexLagMatrix: binary matrix of size maxLag x 8.
VertexModelGroup: Grouping term for vertex model. Must be from vertex attribute list.
VertexAttLag: Lag vector for vertex group terms. Of length maxLag.
dayClass: Any network level present time attribute vector. Here used to indicate week/weekend as 0/1.
EdgeModelTerms: Model terms in edge model.
EdgeModelFormula: Model formula in edge model.
EdgeGroup: Group terms in edge model.
EdgeIntercept: Intercept for edge model.
EdgeNetparam: Network level parameter for edge model (currently only supported parameter is current network size).
EdgeExvar: Extraneous variable for edge model.
EdgeLag: binary vector of length maxLag.
EdgeLagMatrix: binary matrix of dim maxLag x length(EdgeModelTerms)
regMethod: Regression method. default: "bayesglm"
paramout: T/F Should the parameter estimates be returned?
Returns
list with following elements:
EdgeCoef: edge coefficients.
Edgemplematfull: MPLE matrix from edges.
Edgemplemat: Subsetted MPLE matrix.
VertexCoef: Coefficients from vertex.
Vstats: Vertex statistics matrix.
EdgePredictor0: Edge predictors with imputations with 0.
EdgePredictor1: Edge predictors with imputations with 1.
EdgePredictorNA: Edge predictors with imputations with NA.
EdgeFit: Edge model.
VertexStatsFull: Vertex statistics matrix, full.
VertexFit: Vertex model.
Details
The Vertex model parameter list is as follows (Freeman degree, In degree, Out degree, Eigen Centrality, Between centrality, Info centrality, Closeness centrality, log k cycles, log size). For more details about the definitions of the terms, please refer to the vertexstats.R file, which implements all of these. The definitions are in sna or igraph.