formula.bbl: Formula in BBL Fitting

Description Usage Arguments Value Examples

Description

Returns the formula used in BBL fit

Usage

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

Arguments

x

Object of class bbl

...

Other arguments

Value

Formula object

Examples

1
2
3
titanic <- as.data.frame(Titanic)
fit <- bbl(Survived ~ Class + Sex + Age, data=titanic, weights=titanic$Freq)
formula(fit)

junwoo2/bbl documentation built on Dec. 21, 2021, 4:20 a.m.