Learn R Programming

ModelMap (version 3.4.0.3)

Modeling and Map Production using Random Forest and Related Stochastic Models

Description

Creates sophisticated models of training data and validates the models with an independent test set, cross validation, or Out Of Bag (OOB) predictions on the training data. Create graphs and tables of the model validation results. Applies these models to GIS .img files of predictors to create detailed prediction surfaces. Handles large predictor files for map making, by reading in the .img files in chunks, and output to the .txt file the prediction for each data chunk, before reading the next chunk of data.

Copy Link

Version

Install

install.packages('ModelMap')

Monthly Downloads

929

Version

3.4.0.3

License

Unlimited

Last Published

January 7th, 2023

Functions in ModelMap (3.4.0.3)

ModelMap-internal

Internal ModelMap Functions
model.explore

Exploratory data analysis
build.rastLUT

Build a raster Look-UP-Table for training dataset
col2trans

colors to transparent colors
ModelMap-package

Modeling and Map Production using Random Forest and Related Stochastic Models
model.importance.plot

Compares the variable importance of two models with a back to back barchart.
get.test

Randomly Divide Data into Training and Test Sets
model.diagnostics

Model Predictions and Diagnostics
model.build

Model Building
model.interaction.plot

plot of two-way model interactions
model.mapmake

Map Making