PCAIndex {SQI}R Documentation

Soil Quality Index Based on Regression

Description

Soil Quality Index Based on Regression

Usage

PCAIndex(DataFrame, OptimumValue)

Arguments

DataFrame

Data set with first column as factors

OptimumValue

Optimum value of each variable; Minimum and maximum coded as "1111" and "9999" respectively.

Value

References

Examples

library("SQI")
OP<-c(7,1111,9999,9999,9999,9999,9999,9999,9999,9999,1111)
PIndex<-PCAIndex(DataFrame = Data,OptimumValue = OP)

[Package SQI version 0.1.0 Index]