sscore(x, y, lower, upper, m)
invlogit
, skernel
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))
sscore(x,y,10^-3,10^3,10)
Run the code above in your browser using DataLab