lurBuildFUN: A function for developing and refining land use regression...

Description Usage Arguments Examples

View source: R/lurBuild.R

Description

This function develops suitable linear models for a predictor. Before using the function, checks need to be made on the univariate direction of effects as these need to be subjectively determined.

Usage

1
lurBuildFUN(x, resp, method = "caret")

Arguments

resp

The response column to be used in the model.

method

The LUR development method ('caret' method using package = DEFAULT, or 'escape' method using AQ standard).

Examples

1
2
data(iris)
lurBuildFUN(iris, resp = 'Species', method = 'caret')

gmiskell/lurFunctions documentation built on May 17, 2019, 7:06 p.m.