fbumLL {BioNet}R Documentation

Calculate log likelihood of BUM model

Description

The function calculates the log likelihood of the BUM model.

Usage

fbumLL(parms, x)

Arguments

parms

Vector of parameters; lambda and a.

x

Numerical vector of p-values.

Value

Log likelihood.

Author(s)

Marcus Dittrich

Examples

data(pvaluesExample)
pvals <- pvaluesExample[,1]
bum.mle <- fitBumModel(pvals, plot=FALSE)
fbumLL(parms=c(bum.mle$lambda, bum.mle$a), x=pvals)

[Package BioNet version 1.42.0 Index]