View source: R/ergm-della-fcns.R
A metawrapper. Preps graphs, runs a series of ERGM models, saves
visualizations, and saves all three sets of objects. A lot is hardcoded for
now. In particular, NHPN hwy data should be sent along with the fcn using the
rslurm::slurm_apply
add_objects
argument (called nhpn
), as well as a
list of ergm specifications titled model.variations.
1 2 3 4 5 6 7 8 9 10 | Della.wrapper_cz.ergm.variations(
cz,
directed = F,
flow.floor = 1,
drop.loops = T,
pop.floor = 500,
dropbox.dir = "/scratch/gpfs/km31/",
ddir = "/home/km31/all/divseg/.input-datasets/",
seed = 1234
)
|
Will maybe change so it requires a proximity matrix or list of prx.matrices at some point..
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.