my_rf_cv: Random Forest Cross-Validation

View source: R/my_rf_cv.R

my_rf_cvR Documentation

Random Forest Cross-Validation

Description

Predicts outputs lifeExp using covariates gdpPercap by random forest methods.

Usage

my_rf_cv(k)

Arguments

k

Integer representing Number of folds.

Value

A numeric with the cross-validation error.

Examples

my_rf_cv(5)


yinuotxie/package302 documentation built on April 29, 2023, 7:13 a.m.