powered by
Plots the extended Bayesian information criterion (EBIC) of the model fit for various penalization parameters lambda.
lambda
ebicPlot(fit, xlog = TRUE, col = "darkred")
Plot of the EBIC (y-axis) against each lambda (x-axis).
The model fit object from mleLR()
mleLR()
TRUE or FALSE. Renders plot with the x-axis in the log-scale if TRUE
TRUE
Colour of the plot (character)
data(singlecell) mle <- mlePath(singlecell, tol=1e-4, tol.nr=1e-4, n.lambda = 2, n.cores = 1) ebicPlot(mle, xlog = TRUE)
Run the code above in your browser using DataLab