maf.indicator {RGeostats}R Documentation

Calculate the MAFs of indicators

Description

Calculate the MAFs of indicators

Usage

maf.indicator(maf, flag.interval = TRUE)

Arguments

maf

The pca-class Class containing the MAF information.

flag.interval

When TRUE, the indicators concern the interval between two consecutive cutoffs. When FALSE, the indicators concern the interval above each cutoff

Details

When flag.interval is TRUE, each indicator corresponds to: Indicator cut[i] <= Z < cut[i+1]

When flag.interval is FALSE, each indicator corresponds to: Indicator cut[i] <= Z

Value

A matrix [nf, nf+1] where nf is the number of variables in the pca-class structure.


[Package RGeostats version 14.0.10 Index]