utility - what type of formula is used to aggregate this variable?
Source:R/PROXIMITY_FUNCTIONS.R
calctype.Rd
utility - what type of formula is used to aggregate this variable?
Examples
calctype("pop")
calctype(names_d)
x = names_these
cbind(indicator = x, calctype = calctype(x), calcweight = calcweight(x))
x = names(testoutput_ejamit_10pts_1miles$results_overall)
cbind(indicator = x, calctype = calctype(x), calcweight = calcweight(x))