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