Statalist


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

Re: st: predicting fitted values after ivtobit


From   Alejandro Delafuente <[email protected]>
To   [email protected]
Subject   Re: st: predicting fitted values after ivtobit
Date   Tue, 05 Feb 2008 23:33:15 +0000

Thanks Maarten, is this what you are suggesting then:

ivtobit remittance a b (z = d e), ll(0) first

foreach x in a b z {
        sum `x' if e(sample)
        gen `x'_bis = `x'
        replace `x' = r(mean)
       }
predict remittance_predict, e(0,.) 
twoway (scatter z_predict z, sort


Alejandro

In message <[email protected]> 
[email protected] writes:
> --- Alejandro Delafuente <[email protected]> wrote:
> > ivtobit remittance hhsize head_age etc (score_index = instruments),
> > ll(0) first
> > 
> > gen z = score_index
> > replace score_index = .2 
> > predict newvarA, e(0,.)  // this would leave the rest of variables   
> >                          // automatically set to their mean
> 
> No, these calls to predict do not set the remaining variables to the
> mean. see -help predict- and the example I sent earlier.
> 
> Leave z as is, and manually replace all other variables with their
> mean, than predict, than plot predicted value against z.
> 
> Hope this helps,
> Maarten
> 
> -----------------------------------------
> Maarten L. Buis
> Department of Social Research Methodology
> Vrije Universiteit Amsterdam
> Boelelaan 1081
> 1081 HV Amsterdam
> The Netherlands
> 
> visiting address:
> Buitenveldertselaan 3 (Metropolitan), room Z434
> 
> +31 20 5986715
> 
> http://home.fsw.vu.nl/m.buis/
> -----------------------------------------
> 
> 
>       __________________________________________________________
> Sent from Yahoo! Mail - a smarter inbox http://uk.mail.yahoo.com
> 
> *
> *   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/

-- 
Alejandro de la Fuente
Department of International Development/QEH
University of Oxford, Mansfield Road, Oxford OX1 3TB
Tel: 01865 281836

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