dscore(x, y, lower, upper, m)
invlogit
, dkernel
data(hcc)
x=hcc[1:3,3:57] ## This metabolite-set contains the first three metabolites in the hcc dataset.
y=c(rep(0,35),rep(1,20))
dscore(x,y,1,10,3)
Run the code above in your browser using DataLab