Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
From | Nick Cox <njcoxstata@gmail.com> |
To | statalist@hsphsun2.harvard.edu |
Subject | Re: st: khb command |
Date | Tue, 19 Apr 2011 19:03:23 +0100 |
This is an incomplete -update-, as discussed several times on this list over the last few weeks, and also in Why do I receive the error message "c(showbaselevels) undefined r(133)" when running an estimation command in Stata 11? Title Error message due to an incomplete update Authors Jennifer Rolfes and Jared Stewart, StataCorp Date April 2011 http://www.stata.com/support/faqs/web/showbase.html Nick On Tue, Apr 19, 2011 at 6:51 PM, Garth Rauscher <garthr@uic.edu> wrote: > Thanks Dan and Nick, > > I restarted stata and also use the command Daniel suggested. I was told I > needed to update stata 11 -it didn’t recognize the newer version of khb. So > I updated stata, then I ran > > > . sysdir set PERSONAL "h:\ado" > > . net set ado PERSONAL > > . cd "h:\stata session" > h:\stata session > > . use hw2, clear > (SAVASTATA created this dataset on 13JAN2011) > > . khb probit binarystage minority || radiologic > c(showbaselevels) undefined > r(133); > > > So, now apparently a different problem! > > > > -----Original Message----- > From: owner-statalist@hsphsun2.harvard.edu > [mailto:owner-statalist@hsphsun2.harvard.edu] On Behalf Of Nick Cox > Sent: Tuesday, April 19, 2011 11:03 AM > To: statalist@hsphsun2.harvard.edu > Subject: Re: st: khb command > > The problem is that -khb- can't see its own Mata functions. I would > restart Stata so that the Mata libraries are set up in the right way. > > -groups- is not a test case here. It doesn't use Mata -- it was > developed under Stata 8 -- and this kind of problem won't arise. > > Nick > > On Tue, Apr 19, 2011 at 4:39 PM, Rauscher, Garth <garthr@uic.edu> wrote: > >> I successfully installed khb into my personal directory a while back and >> have been using it. I recently updated it into the same personal directory >> but now stata cannot locate it, despite my repeated attempts to re-install >> or update it. For example (below), if I re-install both the groups and khb >> commands, the groups command works but the khb command does not. Any help >> would be appreciated. >> >> >> >> . sysdir set PERSONAL "f:\ado" >> >> . net set ado PERSONAL >> >> . cd "f:\stata session" >> f:\stata session >> >> . >> . ssc install groups, replace >> checking groups consistency and verifying not already installed... >> all files already exist and are up to date. >> >> . ssc install khb, replace >> checking khb consistency and verifying not already installed... >> all files already exist and are up to date. >> >> . >> . use hw2, clear >> (SAVASTATA created this dataset on 13JAN2011) >> >> . groups binarystage minority radiologic // This worked >> >> . khb probit binarystage minority || radiologic >> <istmt>: 3499 khb() not found >> r(3499); >> >> end of do-file * * 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/