load_multiSnpnetResultsFromRDataFiles | R Documentation |
Load the results of multiSnpnet
load_multiSnpnetResultsFromRDataFiles(
results_dir,
last_lambda_idx = NULL,
fill_sequence = FALSE
)
results_dir |
The results directory |
last_lambda_idx |
The last lambda index. If not specified, we call find_prev_iter() and load the last lambda index available on the file system. |
An list object containing the training (and validation) set metrics, lambda_idx, fit, and configs. We will extract the results from the "best" lambda index for fit and configs. The configs itself is a list containing important paramters such as weight (trait weight).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.