model.frame.opsr: Extracting the Model Frame from OPSR Model Fits

View source: R/model_frame.R

model.frame.opsrR Documentation

Extracting the Model Frame from OPSR Model Fits

Description

Extracting the Model Frame from OPSR Model Fits

Usage

## S3 method for class 'opsr'
model.frame(formula, ...)

Arguments

formula

an object of class "opsr".

...

a mix of further arguments such as data, na.action or subset, passed to the default method.

Value

A data.frame containing the variables used in formula$formula.

See Also

stats::model.frame


OPSR documentation built on Nov. 1, 2024, 5:07 p.m.