| extract,stergm-method {texreg} | R Documentation | 
extract method for stergm objects
Description
extract method for stergm objects created by the
stergm function in the tergm package.
Usage
## S4 method for signature 'stergm'
extract(
  model,
  beside = FALSE,
  include.formation = TRUE,
  include.dissolution = TRUE,
  include.nvertices = TRUE,
  include.aic = FALSE,
  include.bic = FALSE,
  include.loglik = FALSE,
  ...
)
Arguments
| model | A statistical model object. | 
| beside | Arrange the model terms below each other or beside each other?
In a  | 
| include.formation | Report the coefficients for the formation process in a STERGM? | 
| include.dissolution | Report the coefficients for the dissolution process in a STERGM? | 
| include.nvertices | Report the number of vertices in a STERGM? | 
| include.aic | Report Akaike's Information Criterion (AIC) in the GOF block? | 
| include.bic | Report the Bayesian Information Criterion (BIC) in the GOF block? | 
| include.loglik | Report the log likelihood in the GOF block? | 
| ... | Custom parameters, which are handed over to subroutines, in this
case to the  | 
[Package texreg version 1.39.4 Index]