Statalist The Stata Listserver


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: RE: RE: RE: RE: RE: marginal coding of dummy varaible


From   Val�rie Jooste <[email protected]>
To   <[email protected]>
Subject   st: RE: RE: RE: RE: RE: marginal coding of dummy varaible
Date   Thu, 27 Apr 2006 17:07:33 +0200

It works beautifully. What a blow for me!
I'm glad to see the results that I obtained with a lot of sweat are the same
as what I just got with xi3 and lincom...
Thank you very much Marteen
Val�rie

-----Message d'origine-----
De�: [email protected]
[mailto:[email protected]] De la part de Maarten Buis
Envoy�: jeudi 27 avril 2006 16:06
��: [email protected]
Objet�: st: RE: RE: RE: RE: marginal coding of dummy varaible

Val�rie:
Easier, and thus less error prone is to use the -lincom- command, see
example below:

*------------------------begin example-----------------------------
sysuse auto, clear
recode rep78 1=2 /*category 1 is so small that I combined it with category
2*/

xi3: logit foreign e.rep78 /*combining xi3 with the e prefix is an easy way
                             to get the coding scheme you want*/

lincom -1*(_b[_Irep78_3] + _b[_Irep78_4] + _b[_Irep78_5])
*------------end example----------

HTH,
Maarten

-----------------------------------------
Maarten L. Buis
Department of Social Research Methodology 
Vrije Universiteit Amsterdam 
Boelelaan 1081 
1081 HV Amsterdam 
The Netherlands

visiting adress:
Buitenveldertselaan 3 (Metropolitan), room Z214 

+31 20 5986715

http://home.fsw.vu.nl/m.buis/
-----------------------------------------

----- Val�rie Jooste wrote:  
> Could you please confirm if I'm right by then calculating
> SE(_b[group1]) using the property of variance :
> var(X2+X3+X4+X5)=var(X2)+var(X3)+var(X4)+2covar(X2X3)+2covar(X2X4)
> +2covar(X2X5)+2covar(X3X4)+2covar(X3X5)+2covar(X4X5)

---- Val�rie Jooste also wrote:
> OOOps I forgot +var(X5) in formula


 


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


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



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index