plotParameters | R Documentation |
Parameter selection plots
plotParameters(
MeDeComSet,
cg_subset = 1,
Ks = integer(),
lambdas = integer(),
statistic = "cve",
minLambda = 0,
maxLambda = Inf,
lambdaScale = "native",
...
)
MeDeComSet |
MeDeCom object |
cg_subset |
integer index of the CpG subset (if no subsets were used) |
Ks |
values of parameter k to use (by default all k values available in the |
lambdas |
values of parameter lambda to use (by default all lambda values available in the |
statistic |
if multiple k values are supplied, the statistic which is plotted (defaults to cross-validation error) |
minLambda |
minimal lambda value |
maxLambda |
maximal lambda value |
lambdaScale |
character indicating if native scale or logarithmic scale should be employed for plotting lambda |
... |
further paramters passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.