posterior {flexmix} | R Documentation |
Determine posterior probabilities for a fitted
flexmix
or unfitted FLXdist
model.
## S4 method for signature 'flexmix, missing': posterior(object, newdata, ...) ## S4 method for signature 'FLXdist, data.frame': posterior(object, newdata, ...)
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. |
Bettina Gruen