vblpcmcovs function

create the design matrix for the network analysis

create the design matrix for the network analysis

Add intercept (column of ones) and degree-based covariates (if model is for sociality effects) to a user-supplied (default is NULL) edge covariates matrix of size N^2 rows and C columns where C is the number of covariates. Node covariates may be converted to difference-between-pairs for edges.

vblpcmcovs(N, model, Y, edgecovs=NULL, sendcovs=NULL, receivecovs=NULL, socialcovs=NULL)

Arguments

  • N: number of nodes
  • model: model; may be "plain", "rreceiver", "rsender" or "rsocial". See Details.
  • Y: adjacency matrix
  • edgecovs: optional additional covariate / attribute data on the edges
  • sendcovs: optional additional covariate / attribute data on the nodes for links out
  • receivecovs: optional additional covariate / attribute data on the nodes for links in
  • socialcovs: optional additional covariate / attribute data on the nodes for links in and out

Details

Can be used to construct design matrices with edge covariates or node covariates and / or sociality effects. "rreceiver", "rsender" and "rsocial" model random social effects. Node covariates are differenced and treated as edge covariates.

Returns

An edge design matrix that is Pe x N^2 and a node design matrix that is Pn x N where Pe is the number of edge covariates and Pn is the number of node covariates.

Author(s)

Michael Salter-Townshend

See Also

vblpcmstart

  • Maintainer: Michael Salter-Townshend
  • License: GPL (>= 2)
  • Last published: 2023-03-22