| mtergm-class {btergm} | R Documentation |
An S4 Class to represent a fitted TERGM by MCMC-MLE
Description
An S4 class to represent a fitted TERGM by MCMC-MLE.
Usage
## S4 method for signature 'mtergm'
show(object)
## S4 method for signature 'mtergm'
coef(object, invlogit = FALSE, ...)
## S4 method for signature 'mtergm'
nobs(object)
timesteps.mtergm(object)
## S4 method for signature 'mtergm'
summary(object, ...)
Arguments
object |
An |
invlogit |
Apply inverse logit transformation to the estimates and/or
confidence intervals? That is, |
... |
Currently not in use. |
Details
mtergm objects result from MCMC-MLE-based estimation of a TERGM via
the mtergm function. They contain the coefficients, standard
errors, and p-values, among other details.
Functions
-
show(mtergm): Show the coefficients of anmtergmobject. -
coef(mtergm): Return the coefficients of anmtergmobject. -
nobs(mtergm): Return the coefficients of anmtergmobject. -
timesteps.mtergm(): Return the number of time steps saved in anmtergmobject. -
summary(mtergm): Return the coefficients of anmtergmobject.
Slots
coefObject of class
"numeric". The coefficients.seObject of class
"numeric". The standard errors.pvalObject of class
"numeric". The p-values.nobsObject of class
"numeric". Number of observations.time.stepsObject of class
"numeric". Number of time steps.formulaObject of class
"formula". The original model formula (without indices for the time steps).formula2The revised formula with the object references after applying the
tergmpreparefunction.auto.adjustObject of class
"logical". Indicates whether automatic adjustment of dimensions was done before estimation.offsetObject of class
"logical". Indicates whether an offset matrix with structural zeros was used.directedObject of class
"logical". Are the dependent networks directed?bipartiteObject of class
"logical". Are the dependent networks bipartite?estimateEstimate: either MLE or MPLE.
loglikLog likelihood of the MLE.
aicAkaike's Information Criterion.
bicBayesian Information Criterion.
ergmThe original
ergmobject as estimated by theergmfunction in the ergm package.nverticesNumber of vertices.
dataThe data after processing by the
tergmpreparefunction.
Author(s)
Philip Leifeld
See Also
Other tergm-classes:
btergm-class,
createBtergm(),
createMtergm(),
createTbergm(),
tbergm-class