powered by
log_distance creates a new dist_log column in log scale by taking the original distance column in the data
log_distance
dist_log
log_distance(data, distance)
(Type: data.frame) the dataset to be used.
The distance column
The function returns the summary of the estimated gravity model as an lm-object.
lm
lm, coeftest, vcovHC
coeftest
vcovHC
# NOT RUN { log_distance(gravity_zeros, "distw") # }
Run the code above in your browser using DataLab