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
Creating categorical variableHello, I have a panel data set with a variable that measures how many children women have. I would …
merging datasetshi guys, would anyone please be able to explain to me how to combine two datasets, one of which is a…
Mixed-effects linear models confounder interaction with timeDear Statalist, In the repeated-measures mixed-effects linear models, the fixed effects often inclu…
conditionally check if 2 column clusters have no missing valuesHi, I have a dataset below that has 6 columns . I would like to check if [ not missing in any of th…
how to destring a variable containing some observations in a range?I have a variable wage. The wage variable has some observations in range, such as 400-500, 1200-1300…
Subscribe to:
Post Comments (Atom)
0 Response to Error 902 when using geocode
Post a Comment