R/predict.bbase.os.R

Defines functions predict_bbase_os

predict_bbase_os <-
function(object, newx) {
	B <- predict(object, newx = newx)
	B
}

Try the ROCnReg package in your browser

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

ROCnReg documentation built on June 22, 2024, 9:18 a.m.