probzpar {CNPBayes}R Documentation

Retrieve the probability of latent variable membership by observation for parents.

Description

Retrieve the probability of latent variable membership by observation for parents.

Usage

probzpar(object)

## S4 method for signature 'TrioBatchModel'
probzpar(object)

Arguments

object

see showMethods(probzpar)

Value

A matrix of size number of observations x number of components

Examples

## Not run: 
     probzpar(TrioBatchModelExample)

## End(Not run)

[Package CNPBayes version 1.13.5 Index]