| tbergm | R Documentation | 
Estimate a TERGM using Bayesian estimation.
tbergm(formula, returndata = FALSE, verbose = TRUE, ...)
| 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
 | 
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.
Philip Leifeld
Caimo, Alberto and Nial Friel (2012): Bergm: Bayesian Exponential Random Graphs in R. Journal of Statistical Software 61(2): 1-25. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.18637/jss.v061.i02")}.
btergm mtergm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.