piUpper: Upper bound pi for the fraction of noise

Description Usage Arguments Value Author(s) See Also Examples

View source: R/Statistics.R

Description

The function calculates the upper bound pi for the fraction of noise.

Usage

1
piUpper(fb)

Arguments

fb

Fitted bum model, list with parameters a and lambda.

Value

Numerical value for the upper bound pi.

Author(s)

Marcus Dittrich

See Also

bumOptim, fitBumModel

Examples

1
2
3
4
data(pvaluesExample)
pvals <- pvaluesExample[,1]
bum <- bumOptim(pvals, starts=10)
piUpper(fb=bum)

assaron/BioNet documentation built on Sept. 18, 2020, 12:02 a.m.