probz {CNPBayes}R Documentation

Retrieve the probability of latent variable membership by observation.

Description

Retrieve the probability of latent variable membership by observation.

Usage

probz(object)

## S4 method for signature 'MixtureModel'
probz(object)

Arguments

object

see showMethods(probz)

Value

A matrix of size number of observations x number of components

Examples

     head(probz(SingleBatchModelExample))

[Package CNPBayes version 1.13.5 Index]