ecospat (version 2.0)

ecospat.npred: Number Of Predictors

Description

Calculate the maximum number of predictors to include in the model with a desired correlation between predictors.

Usage

ecospat.npred (x, th)

Arguments

x
Correlation matrix of the predictors.
th
Desired threshold of correlation between predictors.

Value

Examples

Run this code
colvar <- ecospat.testData[c(4:8)]
x <- cor(colvar, method="pearson")
ecospat.npred (x, th=0.75)

Run the code above in your browser using DataCamp Workspace