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: AW: egen rowmeaan


From   Jörg Eulenberger <[email protected]>
To   [email protected]
Subject   Re: st: AW: egen rowmeaan
Date   Tue, 03 Aug 2010 14:42:53 +0200

it works.
Jörg


Am 03.08.2010 12:55, schrieb Dr. Martin Weiss:
<>

Probably two steps are necessary:


*************
clear*
set obs 10000

foreach var of newlist var1-var10{
	gen `var'=  cond(runiform()>.5,.,2)
}

egen float rownonmissings = rownonmiss(var*)
egen float rowmean = rowmean(var*)  /*
*/ if inrange(rownonmissings,7,.)

drop rownonmissings
*************



HTH
Martin


-----Ursprüngliche Nachricht-----
Von: [email protected]
[mailto:[email protected]] Im Auftrag von Jörg
Eulenberger
Gesendet: Dienstag, 3. August 2010 12:41
An: [email protected]
Betreff: st: egen rowmeaan

is there an simple option in "egen rowmean" to generate only by more
than 6 nonnmissigs (by 10 items)  the new value?
Thanks,
Jörg
*
*   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/


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