powered by
Returns the formula used in BBL fit
# S3 method for bbl formula(x, ...)
Object of class bbl
bbl
Other arguments
Formula object
# NOT RUN { titanic <- as.data.frame(Titanic) fit <- bbl(Survived ~ Class + Sex + Age, data=titanic, weights=titanic$Freq) formula(fit) # }
Run the code above in your browser using DataLab