tbergm {btergm} | R Documentation |
Estimate a TERGM using Bayesian estimation
Description
Estimate a TERGM using Bayesian estimation.
Usage
tbergm(formula, returndata = FALSE, verbose = TRUE, ...)
Arguments
formula |
Formula for the TERGM. Model construction works like in the
ergm package with the same model terms etc. (for a list of terms, see
|
returndata |
Return the processed input data instead of estimating and
returning the model? In the |
verbose |
Print details about data preprocessing and estimation settings. |
... |
Further arguments to be handed over to the
|
Details
The tbergm
function computes TERGMs by Bayesian estimation via
blockdiagonal matrices and structural zeros. It acts as a wrapper for the
bergm
function in the Bergm package.
Author(s)
Philip Leifeld
References
Caimo, Alberto and Nial Friel (2012): Bergm: Bayesian Exponential Random Graphs in R. Journal of Statistical Software 61(2): 1-25. doi:10.18637/jss.v061.i02.