posterior {flexmix}R Documentation

Determine posterior probabilities

Description

Determine posterior probabilities for a fitted flexmix or unfitted FLXdist model.

Usage

## S4 method for signature 'flexmix, missing':
posterior(object, newdata, ...)
## S4 method for signature 'FLXdist, data.frame':
posterior(object, newdata, ...)

Arguments

object An object of class "flexmix" or "FLXdist".
newdata Dataframe containing new data. If missing the posteriors of the original observations are returned.
... Currently not used.

Author(s)

Bettina Gruen


[Package flexmix version 1.1-2 Index]