Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
st: Using Percent of another variable to gen new var
From
Jonathan Grondin <[email protected]>
To
statalist2 <[email protected]>
Subject
st: Using Percent of another variable to gen new var
Date
Mon, 25 Jul 2011 13:30:30 +0000
Stata/MP 10.1 for Windows
Hi there,
I have a questionnaire answered by two groups (group "a" and group "b") of which, every question can be answered by a value of 1 through 5. Every question is divided into 2 variables; e.g. "q5a" & q5b"
For every question, I wish to keep the frequencies of one group but hold as values the Percent (proportions) of the other group.
e.g. 12 students in group "a" have answered "1" to question five. In group "b", 22 students out of 186 have answered "1" to the same question. Thus, newvar_q5a would have a Freq. of "12" for a value of "11.83" (22/186).
Here is a tabulate of the two groups to explain better my need. Following, I have provided an example of a variable I would like to generate.
. tab q5a
q5a | Freq. Percent Cum.
------------+-----------------------------------
1 | 12 * *
2 | 72 * *
3 | 29 * *
4 | 22 * *
5 | 67 * *
------------+-----------------------------------
Total | 202 100.00
. tab q5b
q5b | Freq. Percent Cum.
------------+-----------------------------------
1 | 22 * *
3 | 109 * *
4 | 37 * *
5 | 18 * *
------------+-----------------------------------
Total | 186 100.00
I would like to do something like this for all variables but hold numerical values (11.83 and not 22/186)
. tab newvar_q5a
q5a | Freq. Percent Cum.
------------+-----------------------------------
22/186 | 12 * *
0 | 72 * *
109/186 | 29 * *
37/186 | 22 * *
18/186 | 67 * *
------------+-----------------------------------
Total | 202 100.00
Any suggestions ?
Thank you so much
Jonathan
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/