extract-simex-method: 'extract' method for 'simex' objects

extract,simex-methodR Documentation

extract method for simex objects

Description

extract method for simex objects created by the simex function in the simex package.

Usage

## S4 method for signature 'simex'
extract(model, jackknife = TRUE, include.nobs = TRUE, ...)

Arguments

model

A statistical model object.

jackknife

Use Jackknife variance instead of asymptotic variance?

include.nobs

Report the number of observations in the GOF block?

...

Custom parameters, which are handed over to subroutines, in this case to the summary method for the object.


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