posterior {classifly} | R Documentation |
Every classification method seems to provide a slighly different way of retrieving the posterior probability of group membership. This function provides a common interface to all of them
posterior(model, data)
model |
model object |
data |
data set used in model |