fits an ERNM model
ernm(
formula,
tapered = TRUE,
tapering_r = 3,
modelArgs = list(),
nodeSamplingPercentage = 0.2,
modelType = NULL,
likelihoodArgs = list(),
fullToggles = c("Compound_NodeTieDyad_Neighborhood", "DefaultVertex"),
missingToggles = c("Compound_NodeTieDyadMissing_NeighborhoodMissing", "VertexMissing"),
...
)
a fitted model
model formula
should the model be tapered
the tapering parameter (tau = 1/(tapering_r^2 +5))
additiional arguments for the model, e.g. tapering parameters that override the defaults
how often are nodal variates toggled
either FullErnmModel or MissingErnmModel if NULL will check for missingness
additiional arguments for the ernmLikelihood
a character vector of length 2 indicating the dyad and vertex toggle types for the unconditional simulations
a character vector of length 2 indicating the dyad and vertex toggle types for the conditional simulations
additional parameters for ernmFit