createEffectsObject
Specifies the model with endogenous and exogenous predictors. The predictors in the model are called “effects”.
createEffectsObject(effectInit, checkProcessState = NULL)
effectInit
checkProcessState
An object of class "effectsList.monan".
# create an effects object myEffects <- createEffectsObject( list( list("loops"), list("reciprocity_min"), list("dyadic_covariate", attribute.index = "sameRegion"), list("alter_covariate", attribute.index = "size"), list("resource_covar_to_node_covar", attribute.index = "region", resource.attribute.index = "sex" ), list("loops_resource_covar", resource.attribute.index = "sex") ) )
Useful links