eta.randomForest: ETA Random Forest

Description Usage Arguments Details Examples

View source: R/lolo.cv.R

Description

Defines a random forest prediction model.

Usage

1
eta.randomForest(y, x, x.pred)

Arguments

y

n x 1 vector of outcomes.

x

n x p matrix of covariates.

x.pred

m x p matrix of covariates for which to predict the outcome.

Details

This function returns predictions produced by a random forest.

Examples

1

gregorywatson/lolo documentation built on May 23, 2019, 7:03 p.m.