Last chance! 50% off unlimited learning
Sale ends in
powered by
texreg
To be used with the texreg package. This function can be used to generate nice looking tables of ERGMitos estimates.
extract.ergmito( model, include.aic = TRUE, include.bic = TRUE, include.loglik = TRUE, include.nnets = TRUE, include.offset = TRUE, include.convergence = TRUE, include.timing = TRUE, ... )
An object of class ergmito.
ergmito
See texreg::extract.
Logical. When true, it adds the Number of networks used to the list of gof statistics. This can be useful when running pooled models.
Logical. When equal to TRUE, it adds one line per offset term to the table, omiting sd and significance.
TRUE
Logical. When true it, adds the convergence value of the stats::optim function (0 means convergence).
Logical, When true it will report the elapsed time in seconds.
Further arguments passed to the base::summary() of ergmito.
base::summary()
library(texreg) data(fivenets) ans <- ergmito(fivenets ~ edges + nodematch("female")) screenreg(ans)
Run the code above in your browser using DataLab