powered by
Response group probabilities from BBL fit
# S3 method for bbl fitted(object, ...)
Object of class bbl.
bbl
Other arguments
Matrix of response group probabities with data points in rows and response groups in columns
This method returns predicted response group probabilities of trainig data
# NOT RUN { titanic <- as.data.frame(Titanic) fit <- bbl(Survived ~ Class + Sex + Age, data=titanic, weights=titanic$Freq) # }
Run the code above in your browser using DataLab