piUpper {BioNet}R Documentation

Upper bound pi for the fraction of noise

Description

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

Usage

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

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

[Package BioNet version 1.50.0 Index]