R/predict.bbase.os.R

Defines functions predict.bbase.os

predict.bbase.os <-
function(object, newx) {
	B <- predict(object, newx = newx)
	B
}

Try the AROC package in your browser

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

AROC documentation built on March 18, 2022, 5:22 p.m.