ebicPlot | R Documentation |
Plots the extended Bayesian information criterion (EBIC) of the model fit for
various penalization parameters lambda
.
ebicPlot(fit, xlog = TRUE, col = "darkred")
fit |
The model fit object from |
xlog |
TRUE or FALSE. Renders plot with the x-axis in the log-scale if |
col |
Colour of the plot (character) |
Plot of the EBIC (y-axis) against each lambda (x-axis).
data(singlecell)
mle <- mlePath(singlecell, tol=1e-4, tol.nr=1e-4, n.lambda = 2, n.cores = 1)
ebicPlot(mle, xlog = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.