huff.decay(dataset, x, y, plots = FALSE)data.frame containing the observed interaction data and the transport costs
data.frame containing the function parameters (Intercept, Slope), their p values in the regression function (p Intercept, p Slope) and fitting measures (R-Squared, Adj. R-Squared). Additionally, a plot of the four estimated functions and the observed data.
huff.shares). This function estimates and compares different types of possible distance decay functions (linear, power, exponential, logistic) based on observed interaction data.
Huff, D. L. (1963): A Probabilistic Analysis of Shopping Center Trade Areas. In: Land Economics, 39, 1, p. 81-90.
Huff, D. L. (1964): Defining and Estimating a Trading Area. In: Journal of Marketing, 28, 4, p. 34-38.
Isard, W. (1960): Methods of Regional Analysis: an Introduction to Regional Science. Cambridge.
Kanhaeusser, C. (2007): Modellierung und Prognose von Marktgebieten am Beispiel des Moebeleinzelhandels. In: Klein, R./Rauh, J. (eds.): Analysemethodik und Modellierung in der geographischen Handelsforschung. Geographische Handelsforschung, 13. Passau. p. 75-110.
Loeffler, G. (1998): Market areas - a methodological reflection on their boundaries. In: GeoJournal, 45, 4, p. 265-272.
huff.shares, huff.attrac, huff.fit, mci.fit
data(ce)
# Loads the data
huff.decay (ce[ce$store_code=="E04",], "traveltime", "ms_obs")
# Distance decay function for the store E01 in dataset ce
# returns the model results as data frame and plot
Run the code above in your browser using DataLab