Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: st: simulate


From   Andrzej Niemierko <[email protected]>
To   Stata <[email protected]>
Subject   Re: st: simulate
Date   Fri, 04 Sep 2009 15:51:44 -0400

Perfect! Thanks Maarten.
Andrzej





On 9/4/09 3:29 PM, "Maarten buis" <[email protected]> wrote:

> --- Andrzej Niemierko wrote:
>> How would you do a similar simulation with -estat gof?
> 
> *------------ begin example ----------------
> sysuse nlsw88, clear
> logistic union south grade
> est store a   
> 
> capture program drop mysim
> program define mysim, rclass
>     sysuse nlsw88, clear
>     bsample
>     est restore a 
>     estat gof, all
>     return scalar chi2=r(chi2)
> end
> 
> simulate chi2=r(chi2), reps(100): mysim
> *-------------- end example ---------------
> ( For more on how to use examples I sent to statalist see:
> http://www.maartenbuis.nl/stata/exampleFAQ.html )
>  
> Hope this helps,
> Maarten
> 
> --------------------------
> Maarten L. Buis
> Institut fuer Soziologie
> Universitaet Tuebingen
> Wilhelmstrasse 36
> 72074 Tuebingen
> Germany
> 
> http://www.maartenbuis.nl
> --------------------------
> 
> 
>       
> 
> *
> *   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/



The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.

*
*   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–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index