I get an error message that my j variable is not present but it is.
. reshape wide *, i(quest_number) j(year)
(note: j = 14 15)
variable year not found
r(111);
. describe year
storage display value
variable name type format label variable label
---------------------------------------------------------------------------------------------
year byte %9.0g year
. tab year, missing
year | Freq. Percent Cum.
------------+-----------------------------------
14 | 774 50.00 50.00
15 | 774 50.00 100.00
------------+-----------------------------------
Total | 1,548 100.00
Can someone tell me why?
Related Posts with reshape wide not recognizing j variable
Cannot use python in Stata 16.1 in CatalinaI have tried to solve the problem, but it seems to be stubborn. What to do? I installed the new vers…
Display full name of variableHi, When I use the list variable, display short name "chan~n_3", but it is actually "change_land_own…
Questions about "xtrifreg" - Unconditional quantile regression with fixed effects?Dear Statalists, (1) Can anyone help me check robustness for "xtrifreg" please? And how can I run s…
Display full name of variableHi, I want to see variable name "change_land_own_3" , instead of "chan~n_3" . How should I do it? …
Cannot use python in Stata 16.1 in CatalinaCannot use python in Stata 16.1 in Catalina Today, 03:38 I have tried to solve the problem, but it …
Subscribe to:
Post Comments (Atom)
0 Response to reshape wide not recognizing j variable
Post a Comment