maf.indicator {RGeostats} | R Documentation |
Calculate the MAFs of indicators
maf.indicator(maf, flag.interval = TRUE)
maf |
The |
flag.interval |
When TRUE, the indicators concern the interval between two consecutive cutoffs. When FALSE, the indicators concern the interval above each cutoff |
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
A matrix [nf, nf+1] where nf is the number of variables in the
pca-class
structure.