extract-ols-method: 'extract' method for 'ols' objects

extract,ols-methodR Documentation

extract method for ols objects

Description

extract method for ols objects created by the ols function in the rms package.

Usage

## S4 method for signature 'ols'
extract(
  model,
  include.nobs = TRUE,
  include.rsquared = TRUE,
  include.adjrs = TRUE,
  include.fstatistic = FALSE,
  include.lr = TRUE,
  ...
)

Arguments

model

A statistical model object.

include.nobs

Report the number of observations in the GOF block?

include.rsquared

Report R^2 in the GOF block?

include.adjrs

Report adjusted R^2 in the GOF block?

include.fstatistic

Report the F-statistic in the GOF block?

include.lr

Report likelihood ratio test?

...

Custom parameters, which are handed over to subroutines. Currently not in use.


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