Learn R Programming

BioNet (version 1.32.0)

piUpper: 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.

See Also

bumOptim, fitBumModel

Examples

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

Run the code above in your browser using DataLab