Description Usage Arguments Value Author(s) See Also Examples
The function calculates the upper bound pi for the fraction of noise.
1 | piUpper(fb)
|
fb |
Fitted bum model, list with parameters a and lambda. |
Numerical value for the upper bound pi.
Marcus Dittrich
1 2 3 4 | data(pvaluesExample)
pvals <- pvaluesExample[,1]
bum <- bumOptim(pvals, starts=10)
piUpper(fb=bum)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.