formula.bbl {bbl} | R Documentation |
Formula in BBL Fitting
Description
Returns the formula used in BBL fit
Usage
## S3 method for class 'bbl'
formula(x, ...)
Arguments
x |
Object of class |
... |
Other arguments |
Value
Formula object
Examples
titanic <- as.data.frame(Titanic)
fit <- bbl(Survived ~ Class + Sex + Age, data=titanic, weights=titanic$Freq)
formula(fit)
[Package bbl version 1.0.0 Index]