extract-bergm-method: 'extract' method for 'bergm' objects

extract,bergm-methodR Documentation

extract method for bergm objects

Description

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

Usage

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


texreg documentation built on Nov. 10, 2023, 1:16 a.m.