tef_bootList: Make a list of parameters for resampling a TEfit model

View source: R/tef_bootList.R

tef_bootListR Documentation

Make a list of parameters for resampling a TEfit model

Description

Used to assist the user in the specification of a set of parameters for resampling analyses.

Usage

tef_bootList(resamples = 0, bootPercent = 1, bootTries = 20)

Arguments

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


akcochrane/TEfits documentation built on June 12, 2025, 11:10 a.m.