Description
Generate R bootstrap replicates of a brnn function applied to data. Function is based on boot() from
boot R package
Usage
boot_f_brnn(data, index, brnn.formula, neurons = 3)
Value
A matrix with bootstrapped estimates of r squared and adjusted r squared
Arguments
- data
data frame with variables for model fitting
- index
indices to be used for calculation
- brnn.formula
object of class formula to be passed into brnn function
References
https://www.datacamp.com/community/tutorials/bootstrap-r