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

View source: R/MixNRMI1.R

cpo.NRMI1R 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 'NRMI1'
cpo(object, ...)

Arguments

object

A fit obtained through from the functions MixNRMI1/MixNRMI1cens

...

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

Value

A vector of Conditional Predictive Ordinates (CPOs)

Examples

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

konkam/BNPdensity documentation built on March 14, 2024, 7:15 a.m.