| cpo.NRMI2 | R Documentation | 
Extract the Conditional Predictive Ordinates (CPOs) from a fitted object
## S3 method for class 'NRMI2'
cpo(object, ...)
| object | A fit obtained through from the function MixNRMI2/MixNRMI2cens | 
| ... | Further arguments to be passed to generic function, ignored at the moment | 
A vector of Conditional Predictive Ordinates (CPOs)
data(acidity)
out <- MixNRMI2(acidity, Nit = 50)
cpo(out)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.