Description Usage Arguments Value See Also
View source: R/analyse_utils.R
Compress results from one gold-standard error experiment
1 | compressExp(res, ytrain_keep = T, rmAllRaw = F)
|
res |
A list containing full results of one experiment (out_estRes and in_estRes) |
ytrain_keep |
Should training target values still be kept |
rmAllRaw |
a boolean indicating whether the whole rawRes should
be removed (defaults to FALSE). If TRUE, only |
A list containing compressed results of one experiment.
Either all rawRes is removed, or train
substituted by a vector
of the training values of the target variable
in both out_estRes
and in_estRes
summarize_one_exp
, run_one_experiment
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.