fitted.bbl {bbl} | R Documentation |
Response group probabilities from BBL fit
## S3 method for class 'bbl'
fitted(object, ...)
object |
Object of class |
... |
Other arguments |
This method returns predicted response group probabilities of trainig data
Matrix of response group probabities with data points in rows and response groups in columns
titanic <- as.data.frame(Titanic)
fit <- bbl(Survived ~ Class + Sex + Age, data=titanic, weights=titanic$Freq)