whale.ergm: Create the ergm used in the original analysis

Description Usage Arguments Details Value

Description

Create the ergm used in the original analysis

Usage

1

Arguments

net

A network object containing nodal attributes pod (pod identity), male (presence of an adult male), and prf (presence of post-reproductive females), such as returned by Load2015Net.

Details

This function is essentially a shortcut to generate the ergm used in the analysis of the 2015 network that I performed. The model terms used are edges, uniform pod homophily, node factor by social roles, isolates (fixed at -Inf), and GWESP with alpha=0.5. The MCMC sample size and interval are both set to 5,000.

Value

An ergm object containing parameters for edges, nodematch("pod"), nodefactor(c("male", "prf")), gwesp(0.5, fixed=T), and isolates (which will be fixed at -Inf for the 2015 network)


MikeNWeiss/srkw.nonkin.sna documentation built on May 8, 2019, 10:49 a.m.