tef_bootList | R Documentation |
Used to assist the user in the specification of a set of parameters for resampling analyses.
tef_bootList(resamples = 0, bootPercent = 1, bootTries = 20)
resamples |
Number of resamples. More (e.g., >2000) is better, but requires more time and memory. |
bootPercent |
Proportion of data to resample. Must be 0 < bootPercent <= 1. If 1, data is resampled repeatedly with replacement. If less than 1, that proportion of data is repeatedly randomly selected, the model is fit on the selected data, and fit indices (e.g., error) are calculated for the model predictions on the left-out data (i.e., cross-validation). |
bootTries |
Number of optimization runs for each resample |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.