I've been using geocode to calculate the travel distance and travel time between 745 pairs of addresses (745 rows). The command works perfectly when I apply it to a small bunch of the data, i.e observation 1-200. However, when I try to run the georoute command for all the data (all 745 address pairs) I get the following error message:
no room to add more variables because of width
Width refers to the number of bytes required to store a single observation; it is
the sum of the widths of the individual variables. The maximum width allowed is
1,048,576 bytes. You just attempted to exceed that.
r(902);
How can that be? Is there not enough memory on Stata to run the code through all of the observations?
I'm currently using Stata/MP 16.0. I tried using compress on my original dataset but no changes were made. Has anybody had any similar experiences?
Many thanks in advance!
Related Posts with Error 902 when using geocode
Problem to replicate anova with mvreg Dear Stata listers I'm a little confused. I want to calculate a manova with imputed data (mi e…
log transformationAs i am not a statistician i have a naive question. i have 50 dependent variables that i want to reg…
multi-step data imputation and merging datasetsHi Statalisters, I am looking for assistance with an analysis project where I would like to multipl…
gsem fail to converge with cov optionHello everyone, I try to estimate a generalized structural equation model. I have multilevel data (…
Looping over observationHi, I want to run one-sample test of proportion using following data and save p-val for each obs. pr…
Subscribe to:
Post Comments (Atom)
0 Response to Error 902 when using geocode
Post a Comment