When I tried to use robvar command in stata, I go tthe following error message!
robvar fem_role, by(sex)
no room to add more variables because of width
An attempt was made to add a variable that would have increased the memory required
to store an observation beyond what is currently possible. You have the following
alternatives:
1. Store existing variables more efficiently; see help compress.
2. Drop some variables or observations; see help drop. (Think of Stata's data
area as the area of a rectangle; Stata can trade off width and length.)
3. Increase the amount of memory allocated to the data area using the set memory
command; see help memory.
r(902);
. ssc describe robvar
ssc describe: "robvar" not found at SSC, type -findit robvar-
(To find all packages at SSC that start with r, type -ssc describe r-)
r(601);
robvar fem_role, by(sex)
no room to add more variables because of width
An attempt was made to add a variable that would have increased the memory required
to store an observation beyond what is currently possible. You have the following
alternatives:
1. Store existing variables more efficiently; see help compress.
2. Drop some variables or observations; see help drop. (Think of Stata's data
area as the area of a rectangle; Stata can trade off width and length.)
3. Increase the amount of memory allocated to the data area using the set memory
command; see help memory.
r(902);
. ssc describe robvar
ssc describe: "robvar" not found at SSC, type -findit robvar-
(To find all packages at SSC that start with r, type -ssc describe r-)
r(601);