prepare_data: Prepare data for ANN or random forest models

Description Usage Arguments Value Author(s)

View source: R/prepare_data.R

Description

Prepare data for ANN or random forest models

Usage

1
prepare_data(data, use_rock = FALSE, top_type = FALSE)

Arguments

data

Input data for fit.

use_rock

Logical. If TRUE, include the Percent_Rock_Fragment as a predictor.

top_type

Logical. If TRUE, include the Top_Type as a predictor in the Random Forest model.

Value

data.frame with only the necessary columns and no missing data

Author(s)

Alexey Shiklomanov


jinshijian/UrbanKfs documentation built on Jan. 9, 2021, 9:54 a.m.