extract method for btergm objects created by the
btergm function in the btergm package.
# S4 method for class 'btergm'
extract(model, level = 0.95, include.nobs = TRUE, ...)
Arguments
- model
A statistical model object.
- level
Significance or confidence level (1 - alpha) for
computing confidence intervals.
- include.nobs
Report the number of observations in the GOF block?
- ...
Custom parameters, which are handed over to subroutines. Currently
not in use.