Learn R Programming

⚠️There's a newer version (3.4.0.8) of this package.Take me there.

ModelMap (version 2.3.1)

Creates Random Forest and Stochastic Gradient Boosting Models, and applies them to GIS .img files to build detailed prediction maps.

Description

This package will create sophisticated models of training data and validate the models with an independant test set, cross validation, or in the case of Random Forest Models, with Out OF Bag (OOB) predictions on the training data. It will creat graphs and tables of the model validation results. It will apply these models to GIS .img files of predictors to create detailed prediction surfaces. It will handle large predictor files for map making, by reading in the .img files in chuncks, and output to the .txt file the prediction for each data chunk, before reading the next chenk of data.

Copy Link

Version

Install

install.packages('ModelMap')

Monthly Downloads

298

Version

2.3.1

License

Unlimited

Maintainer

Elizabeth Freeman

Last Published

May 24th, 2012

Functions in ModelMap (2.3.1)

model.diagnostics

Model Predictions and Diagnostics
build.rastLUT

Build a raster Look-UP-Table for training dataset
model.interaction.plot

plot of two-way model interactions
model.build

Model Building
ModelMap-package

Modeling and Map production using Random Forest and Stochastic Gradient Boosting
get.test

Randomly Divide Data into Training and Test Sets
ModelMap-internal

Internal ModelMap Functions
model.mapmake

Map Making
model.importance.plot

Compares the variable importances of two models with a back to back barchart.