my_rf_cv: Random Forest Cross-Validation Function

Description Usage Arguments Value Examples

View source: R/my_rf_cv.R

Description

This function predicts a variable using covariates from the same data set.

Usage

1

Arguments

k

Numeric input of the number of folds.

Value

Numeric output of the cross-validation error.

Examples

1
my_rf_cv(k = 5)

arielle-min/project3package documentation built on March 22, 2021, 1:47 p.m.