| tbergm-class {btergm} | R Documentation |
An S4 class to represent a fitted TERGM using Bayesian estimation
Description
An S4 class to represent a fitted TERGM using Bayesian estimation.
Usage
## S4 method for signature 'tbergm'
show(object)
## S4 method for signature 'tbergm'
nobs(object)
timesteps.tbergm(object)
## S4 method for signature 'tbergm'
summary(object, ...)
Arguments
object |
A |
... |
Further arguments for the |
Details
tbergm objects result from Bayesian estimation of a TERGM using the
tbergm function. They contain the original bergm object
and some additional information.
Functions
-
show(tbergm): Show the coefficients of atbergmobject. -
nobs(tbergm): Return the number of observations saved in atbergmobject. -
timesteps.tbergm(): Return the number of time steps saved in atbergmobject. -
summary(tbergm): Summary of a fittedtbergmobject.
Slots
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:
"bergm"for Bayesian estimation.bergmThe original
bergmobject as estimated by thebergmfunction in the Bergm 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(),
mtergm-class