extract.ergmito {ergmito} | R Documentation |
Extract function to be used with the texreg
package.
Description
To be used with the texreg package. This function can be used to generate nice looking tables of ERGMitos estimates.
Usage
extract.ergmito(
model,
include.aic = TRUE,
include.bic = TRUE,
include.loglik = TRUE,
include.nnets = TRUE,
include.offset = TRUE,
include.convergence = TRUE,
include.timing = TRUE,
...
)
Arguments
model |
An object of class |
include.aic , include.bic , include.loglik |
See texreg::extract. |
include.nnets |
Logical. When true, it adds the Number of networks used to the list of gof statistics. This can be useful when running pooled models. |
include.offset |
Logical. When equal to |
include.convergence |
Logical. When true it, adds the convergence value of the stats::optim function (0 means convergence). |
include.timing |
Logical, When true it will report the elapsed time in seconds. |
... |
Further arguments passed to the |
Examples
library(texreg)
data(fivenets)
ans <- ergmito(fivenets ~ edges + nodematch("female"))
screenreg(ans)
[Package ergmito version 0.3-1 Index]