formula.bbl {bbl} | R Documentation |
Returns the formula used in BBL fit
## S3 method for class 'bbl'
formula(x, ...)
x |
Object of class |
... |
Other arguments |
Formula object
titanic <- as.data.frame(Titanic)
fit <- bbl(Survived ~ Class + Sex + Age, data=titanic, weights=titanic$Freq)
formula(fit)