Thanks Neil. The missing bracket was a typo. Yes I had used
.ge ratioprtwrk=(zmalprt+zfemprt) / (zmalfull+zfemfull)
Thanks for confirming.
On 6/11/06, peter harper <[email protected]> wrote:
> Dear Statalisters
>
> Since the ratio of part time work, would be
> the total of the part-time work (i.e., of the both
> genders) over the total of the full time work of both
> the genders, I presume I do
>
> .egen ratioprtwrk=(zmalprt+zfemprt)/zmalfull+zfemfull)
>
> zmalprt=male part time; zfemprt=female part time, zfemfull=female full-time; zmalfull=male full time.
>
> Can anyone please confirm if this is the correct command.
>
Two problems
1. Its missing an opening bracket.
2.There is no need to use -egen- (see -man egen- for details of what egen does).
gen ratioprtwrk=(zmalprt+zfemprt) / (zmalfull+zfemfull)
Neil
--
"After one look at this planet any visitor from outer space would say
"I want to see the manager." - William S. Burroughs
() ascii ribbon campaign - against html mail
/\ - against microsoft attachments
(www.gnu.org/philosophy/no-word-attachments.html)
Email - [email protected] / [email protected]
Website - http://slack.ser.man.ac.uk/
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla./
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/