getformula: Get the formula from a bootERGM object

Usage Arguments Author(s) Examples

View source: R/getformula.R

Usage

1
getformula(object)

Arguments

object

A bootERGM model object

Author(s)

Christian Schmid (songhyo86@gmail.com)
Bruce Desmarais (http://brucedesmarais.com/)

Examples

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)

schmid86/bootERGM documentation built on Nov. 5, 2019, 8:44 a.m.