R/predict.cv.npmr.R

Defines functions predict.cv.npmr

Documented in predict.cv.npmr

predict.cv.npmr <-
function(object, newx, ...) {
    predict(object$fit, newx)[,,1]
}

Try the npmr package in your browser

Any scripts or data that you put into this service are public.

npmr documentation built on Nov. 12, 2023, 1:08 a.m.