Bookmark and Share

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]

RE: st: programming question for instrument scoring with weights


From   "Lucea, Marguerite" <[email protected]>
To   "[email protected]" <[email protected]>
Subject   RE: st: programming question for instrument scoring with weights
Date   Thu, 9 Jun 2011 12:04:39 -0400

Thank you! This worked.


-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Stas Kolenikov
Sent: Thursday, June 09, 2011 12:02 PM
To: [email protected]
Subject: Re: st: programming question for instrument scoring with weights

Oops. Thanks, Austin! There's -missing- option of -egen = rowtotal()-
controlling for the missing value issue, too.

On Thu, Jun 9, 2011 at 10:48 AM, Austin Nichols <[email protected]> wrote:
> Stas; Marguerite <[email protected]>:
> I think the -egen- "function" below is meant to be rowtotal(), not
> total().  But beware of missing values counting as zeros in such a
> formulation.
>
> On Thu, Jun 9, 2011 at 10:52 AM, Stas Kolenikov <[email protected]> wrote:
> ...
>> I am assuming that your items are coded 1 for yes, 0 for no. Or you
>> can do this sequentially:
>>
>> egen int total_score = total( item1 item2 [fill in the dots] item19 )
>> replace total_score = total_score + 4 if item2 == 1
>> ...
>> replace total_score = total_score - 3 if item3a == 1
>>
>> All of these ways are cumbersome, and the more lines of code you have,
>> the more likely it is you will have an error somewhere. The choice
>> between different ways of coding your problem is a matter of
>> aesthetics, and how readable the code will be to you and other users
>> of it.
> ...
> *
> *   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/
>



-- 
Stas Kolenikov, also found at http://stas.kolenikov.name
Small print: I use this email account for mailing lists only.

*
*   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/

*
*   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/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index