powered by
This function computes conditional predictive ordinates for each data point.
cpo(object, ...)cpo(object, ...)
cpo(object, ...)
A vector of Conditional Predictive Ordinates (CPOs)
A fit obtained through one of the NRMI functions
For internal use.
## The function is currently defined as function(obj) { fx <- obj$fx cpo <- 1 / apply(1 / fx, 1, mean) return(cpo) }
Run the code above in your browser using DataLab