Learn R Programming

optBiomarker (version 1.0-28)

internal: Internal functions for optBiomarker package.

Description

Internal functions for optBiomarker package.

Usage

tnormAvg(a1=-Inf, a2=Inf,mu=0,sigma=1)
avg2Lower(truncAvg=log2(2), mu=0,sigma=1)
objFun(para, mu=0,sigma=1,truncAvg=log2(2))
plot3dFun(panel,...)
dimSelect(x, val)
yapprox(y, x, xout, method="linear", n=50,
          yleft, yright, rule = 1, f = 0, ties = mean)
matapprox(mat, rx, cx, nr=100,nc=20,rout, cout)

classpredict.lda(object, newdata) classpredict.knn(object, newdata)

Arguments

Details

These functions are not to be called by the user.