Hi
I am working with the new table and collect command in STATA 17.
After I recode levels of a dimension, the "collect dims" command shows that the dimension has both oldlevel and newlevel.
how can I remove old levels?
This is the code used in STATA table-document:
use https://www.stata-press.com/data/r17/nhanes2l
collect clear
sort sex region
collect: by sex region: summarize weight
collect dims
collect recode sex 1 = Male 2 = Female
collect dims
The result of "collect dims" :
before recode:
Array
After recode:
Array
as you can see, sex dimension has 2 levels before but 4 levels after recode.
I will appreciate any comment.
cheers
Related Posts with Collect recode problem
'pvarirf' and 'pvarfevd' invalid in 'pvar' packageHello, I use the 'pvar' command to test the Pecking Order Theory for natural resource firms. It wor…
How to include in the same label differents coeffients of regression models?Hello, I have calculated four models and summarized them in a table. I am using the following progr…
-order(c.(A C B)#c.X) option does not work with esttab?Dear all, I use the following commands to make a table: eststo: reg Y c.(A B C)#c.X esttab, order(…
twoway line - point connectionI trying to produce a twoway line graph that connects each point with a straight line. I'm getting a…
Pooled cross sectional regression analysisHi all, I have a dataset that looks like Code: * Example generated by -dataex-. To install: ssc …
Subscribe to:
Post Comments (Atom)
0 Response to Collect recode problem
Post a Comment