| mtergm-class | R Documentation |
An S4 class to represent a fitted TERGM by MCMC-MLE.
## 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, ...)
object |
An |
invlogit |
Apply inverse logit transformation to the estimates and/or
confidence intervals? That is, |
... |
Currently not in use. |
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.
show(mtergm): Show the coefficients of an mtergm object.
coef(mtergm): Return the coefficients of an mtergm object.
nobs(mtergm): Return the coefficients of an mtergm object.
timesteps.mtergm(): Return the number of time steps saved in an
mtergm object.
summary(mtergm): Return the coefficients of an mtergm object.
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 tergmprepare function.
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 ergm object as estimated by the
ergm function in the ergm package.
nverticesNumber of vertices.
dataThe data after processing by the tergmprepare
function.
Philip Leifeld
Other tergm-classes:
btergm-class,
createBtergm(),
createMtergm(),
createTbergm(),
tbergm-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.