texreg (version 1.37.1)

extract,rlm-method: extract method for rlm objects

Description

extract method for rlm objects created by the rlm function in the MASS package.

Usage

# S4 method for rlm
extract(model, include.nobs = TRUE, ...)

Arguments

model

A statistical model object.

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.