glmnetr_seed {glmnetr}R Documentation

Get seeds to store, facilitating replicable results

Description

Get seeds to store, facilitating replicable results

Usage

glmnetr_seed(seed, folds_n = 10, folds_ann_n = NULL)

Arguments

seed

The intput seed as a start, NULL, a vector of lenght 1 or 2, or a list with vectors of lenght 1 or the number of folds, $seedr for most models and $seedt for the ANN fits

folds_n

The number of folds in general

folds_ann_n

The number of folds for the ANN fits

Value

seed(s) in a list format for input to subsequent runs

See Also

nested.glmnetr


[Package glmnetr version 0.5-1 Index]