Learn R Programming

texreg (version 1.39.4)

extract,bergm-method: extract method for bergm objects

Description

extract method for bergm objects created by the bergm function in the Bergm package.

Usage

# S4 method for 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.