Usage Arguments Author(s) Examples
1 | getformula(object)
|
object |
A bootERGM model object |
Christian Schmid (songhyo86@gmail.com)
Bruce Desmarais (http://brucedesmarais.com/)
1 2 3 4 5 6 7 8 | # load Faux Mesa High friendship data
data(faux.mesa.high)
# estimate model coefficients using parametric bootstrapped pseudolikelihood
m1 <- bootERGM(faux.mesa.high ~ edges + nodematch("Sex")+ gwesp(0.25, fixed=TRUE), R=500)
# get formula
getformula(m1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.