piUpper {BioNet} | R Documentation |
The function calculates the upper bound pi for the fraction of noise.
piUpper(fb)
fb |
Fitted bum model, list with parameters a and lambda. |
Numerical value for the upper bound pi.
Marcus Dittrich
data(pvaluesExample) pvals <- pvaluesExample[,1] bum <- bumOptim(pvals, starts=10) piUpper(fb=bum)