boot_f_brnn: boot_f_brnn

View source: R/boot_f_brnn.R

boot_f_brnnR 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


dendroTools documentation built on July 26, 2023, 5:12 p.m.