fitted.bbl {bbl} | R Documentation |
Fitted Response Group Probabilities
Description
Response group probabilities from BBL fit
Usage
## S3 method for class 'bbl'
fitted(object, ...)
Arguments
object |
Object of class |
... |
Other arguments |
Details
This method returns predicted response group probabilities of trainig data
Value
Matrix of response group probabities with data points in rows and response groups in columns
Examples
titanic <- as.data.frame(Titanic)
fit <- bbl(Survived ~ Class + Sex + Age, data=titanic, weights=titanic$Freq)
[Package bbl version 1.0.0 Index]