R/bbase.os.R

Defines functions bbase.os

bbase.os <-
function(x, K, bdeg = 3, eps = 1e-5, intercept = TRUE) {
	# Using the function bs
	B <- bs(x, degree = bdeg, df = K + bdeg, intercept = intercept)
	B
}

Try the ROCnReg package in your browser

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

ROCnReg documentation built on March 31, 2023, 5:42 p.m.