| boot_f_brnn | R Documentation | 
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)
| 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 | 
A matrix with bootstrapped estimates of r squared and adjusted r squared
https://www.datacamp.com/community/tutorials/bootstrap-r
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.