extract method for bergm objects created by the
bergm function in the Bergm package.
Usage
# S4 method for class 'bergm'
extract(model, posterior.median = FALSE, level = 0.95, ...)Arguments
- model
A statistical model object.
- posterior.median
Report the posterior median instead of the default posterior mean as coefficients?
- level
Confidence level, i.e., the proportion of the posterior distribution to be included in the credible interval.
- ...
Custom parameters, which are handed over to subroutines. Currently not in use.