model.frame.gkwreg: Extract Model Frame from GKw Regression Model

View source: R/gkwreg-other-methods.R

model.frame.gkwregR Documentation

Extract Model Frame from GKw Regression Model

Description

Extracts the model frame from a fitted Generalized Kumaraswamy regression model object.

Usage

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

Arguments

formula

An object of class "gkwreg".

...

Currently not used.

Value

A data frame containing the variables used in fitting the model.

Author(s)

Lopes, J. E.

See Also

gkwreg, model.matrix.gkwreg

Examples


data(GasolineYield)
fit <- gkwreg(yield ~ batch + temp, data = GasolineYield, family = "kw")
head(model.frame(fit))



gkwreg documentation built on Nov. 27, 2025, 5:06 p.m.