cpo.NRMI2: Extract the Conditional Predictive Ordinates (CPOs) from a...

View source: R/MixNRMI2.R

cpo.NRMI2R Documentation

Extract the Conditional Predictive Ordinates (CPOs) from a fitted object

Description

Extract the Conditional Predictive Ordinates (CPOs) from a fitted object

Usage

## S3 method for class 'NRMI2'
cpo(object, ...)

Arguments

object

A fit obtained through from the function MixNRMI2/MixNRMI2cens

...

Further arguments to be passed to generic function, ignored at the moment

Value

A vector of Conditional Predictive Ordinates (CPOs)

Examples

data(acidity)
out <- MixNRMI2(acidity, Nit = 50)
cpo(out)

BNPdensity documentation built on April 1, 2023, 12:10 a.m.