p,MixtureModel-method {CNPBayes}R Documentation

Retrieve mixture proportions.

Description

Retrieve mixture proportions.

Usage

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

Arguments

object

an object of class MarginalModel or BatchModel

Value

A vector of length the number of components

Examples

     p(SingleBatchModelExample)

[Package CNPBayes version 1.13.5 Index]