Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
From | "Gars, Jared Evan" <jgars@purdue.edu> |
To | "'statalist@hsphsun2.harvard.edu'" <statalist@hsphsun2.harvard.edu> |
Subject | st: RE: AW: mvtobit and mdraws - Stata 11 |
Date | Mon, 26 Jul 2010 13:53:39 -0400 |
Martin, Thanks for the quick response. I'm fairly certain I am specifying everything correctly, though I think there could be a problem with my code for mdraws. It is hard to find a copy of it online and was curious if you could link me to where you got updated code that works correctly. Thanks - Jared -----Original Message----- From: owner-statalist@hsphsun2.harvard.edu [mailto:owner-statalist@hsphsun2.harvard.edu] On Behalf Of Martin Weiss Sent: Thursday, July 22, 2010 11:35 AM To: statalist@hsphsun2.harvard.edu Subject: st: AW: mvtobit and mdraws - Stata 11 <> Maybe -set tr on- and see where the thing gets stuck. Both commands mentioned by Jared are user-written. I do not observe any problems using them: ************* sysuse auto, clear mvtobit (price = mpg weight) (trunk = turn displacement) clear* set obs 1000 mdraws, neq(3) draws(50) random seed(123713) prefix(z) ************* HTH Martin -----Ursprüngliche Nachricht----- Von: owner-statalist@hsphsun2.harvard.edu [mailto:owner-statalist@hsphsun2.harvard.edu] Im Auftrag von Gars, Jared Evan Gesendet: Donnerstag, 22. Juli 2010 17:23 An: 'statalist@hsphsun2.harvard.edu' Betreff: st: mvtobit and mdraws - Stata 11 I have been having problems with mdraws in Stata 11. It is my first time using it so I have no experience with previous versions but I always get the "option / required" message. I am trying to run -mvtobit- and keep getting snagged on mdraws. Does anyone have experience with this in Stata 11? Thanks - Jared * * 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/