powered by
This function assumes that all chains have the same size. To allow for different chain sizes, care should be paid to proper weighting.
# S3 method for multNRMI cpo(object, ...)
A fit obtained through from the functions MixNRMI1/MixNRMI1cens
Further arguments to be passed to generic function, ignored at the moment
A vector of Conditional Predictive Ordinates (CPOs)
# NOT RUN { data(acidity) out <- multMixNRMI1(acidity, parallel = TRUE, Nit = 10, ncores = 2) cpo(out) # }
Run the code above in your browser using DataLab