boot_f_brnn {dendroTools}R Documentation

boot_f_brnn

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)

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

Value

A matrix with bootstrapped estimates of r squared and adjusted r squared

References

https://www.datacamp.com/community/tutorials/bootstrap-r


[Package dendroTools version 1.2.15 Index]