powered by
searchNODcrit1
searchNODcrit1(qProb, crit)
probability vector used to generate quantile values
result of call to correctionTree (with SAVE=TRUE)
a list with components
index of last level zoning that has the higher criterion value
criterion value corresponding to best last level zoning
cost value corresponding to best last level zoning
cost per label value corresponding to best last level zoning
number of zones of best last level zoning
description, a paragraph
# NOT RUN { data(mapTest) qProb=c(0.1,0.2,0.4);criti=correctionTree(qProb,mapTest) # 2 zonings at last level res=searchNODcrit1(qProb,criti)# best one is frist element of last level # }
Run the code above in your browser using DataLab