ergm model in the
LHS/basis network.%ergmlhs% extracts the setting, while assigning to
it sets or updates it.
lhs %ergmlhs% setting# S3 method for network
%ergmlhs%(lhs, setting)
lhs %ergmlhs% setting <- value
# S3 method for network
%ergmlhs%(lhs, setting) <- value
convert_ergmlhs(lhs)
# S3 method for ergm_lhs
print(x, ...)
# S3 method for ergm_lhs
summary(object, ...)
# S3 method for summary.ergm_lhs
print(x, ...)
a network intended to serve as LHS of a ergm
call.
a character string holding a setting's name.
value with which to overwrite the setting.
convert_ergmlhs(): convert_ergmlhs converts old-style settings to new-style settings.
print(ergm_lhs): a print method.
summary(ergm_lhs): helper method for printing summary.
print(summary.ergm_lhs): helper method for printing summary.
The settings are stored in a named list in an "ergm"
network attribute attached to the LHS network. Currently
understood settings include:
responseEdge attribute to be used as the response
variable, constructed from the response= argument of ergm().
constraintsStructural constraints of the network:
inherited by the constraints= argument of ergm(),
simulate.formula(), etc..
obs.constraintsStructural constraints of the
observation process: inherited by the obs.constraints= argument
of ergm(), simulate.formula(), etc..