posterior {classifly}R Documentation

Posterior

Description

Common interface to extract posterior group probabilities

Usage

posterior(model, data)

Arguments

model model object
data data set used in model

Details

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

Author(s)

Hadley Wickham <h.wickham@gmail.com>


[Package classifly version 0.2.3 Index]