model.frame.bbl: Model Frame for BBL

Description Usage Arguments Value Examples

Description

Returns the model frame used in BBL fit

Usage

1
2
## S3 method for class 'bbl'
model.frame(formula, ...)

Arguments

formula

Object of class bbl

...

Other arguments

Value

Data frame used for fitting

Examples

1
2
3
titanic <- as.data.frame(Titanic)
fit <- bbl(Survived ~ Class + Sex + Age, data=titanic[,1:4], weights=titanic$Freq)
head(model.frame(fit))

bbl documentation built on Jan. 28, 2022, 1:07 a.m.