Learn R Programming

latentnet (version 2.0)

ergmm.par.list.object: A List of ERGMM Parameter Configuration

Description

A class ergmm.par.list to represent a series of parameter configurations for the same exponential random graph mixed model.

Arguments

Details

An ergmm.par object is essentially a named list of lists of parameter values. Individual parameters can be accessed with [[ (with a character index) or $ operators. [[ operator with a numeric or integer index returns an ergmm.par object with the the configuration with that index. [ operator given a numeric vector returns a ergmm.par.list object with the subset of configurations with the indices given. The structure of ergmm.par is derived from the structure of ergmm.par, with each entry having an additional dimension (always the first one), indexed by configuration. That is, scalars become vectors, vectors become matrixes with the original vectors in rows, and matrixes become 3-dimensional arrays, with the original matrixes indexed by their first dimension.

See Also

ergmm.par,ergmm