getformula {btergm} | R Documentation |
Extract the formula from a model
Description
Extract the model formula from a fitted object.
Usage
getformula(x)
## S4 method for signature 'ergm'
getformula(x)
## S4 method for signature 'btergm'
getformula(x)
## S4 method for signature 'mtergm'
getformula(x)
## S4 method for signature 'tbergm'
getformula(x)
Arguments
x |
A fitted model. |
Details
The getformula
function will extract the formula from a fitted model.
Methods (by class)
-
getformula(ergm)
: Extract the formula from anergm
object. -
getformula(btergm)
: Extract the formula from abtergm
object. -
getformula(mtergm)
: Extract the formula from anmtergm
object. -
getformula(tbergm)
: Extract the formula from atbergm
object.
[Package btergm version 1.10.12 Index]