plotLLSurface: Log likelihood surface plot

Description Usage Arguments Author(s) Examples

View source: R/Plots.R

Description

The function plots the log likelihood surface for all a and lambda parameter of the beta-uniform mixture model.

Usage

1
plotLLSurface(x, opt=NULL, main="Log-Likelihood Surface", color.palette = heat.colors, nlevels = 32)

Arguments

x

Numeric vector of p-values.

opt

List of optimal parameters for a and lambda from the beta-uniform mixture model.

main

The overall title of the plot.

color.palette

Color scheme of the image plot.

nlevels

Number of color levels.

Author(s)

Marcus Dittrich

Examples

1
2
3
4
5
6
library(DLBCL)
data(dataLym)
pvals <- dataLym$t.pval
names(pvals) <- dataLym$label
mle <- fitBumModel(pvals, plot=FALSE)
plotLLSurface(x=pvals, opt=mle)

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