Description Usage Arguments Value Author(s) Examples
The function calculates the log likelihood of the BUM model.
1 | fbumLL(parms, x)
|
parms |
Vector of parameters; lambda and a. |
x |
Numerical vector of p-values. |
Log likelihood.
Marcus Dittrich
1 2 3 4 | data(pvaluesExample)
pvals <- pvaluesExample[,1]
bum.mle <- fitBumModel(pvals, plot=FALSE)
fbumLL(parms=c(bum.mle$lambda, bum.mle$a), x=pvals)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.