Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: st: khb command
From
"Garth Rauscher" <[email protected]>
To
<[email protected]>
Subject
RE: st: khb command
Date
Tue, 19 Apr 2011 12:51:26 -0500
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: [email protected]
[mailto:[email protected]] On Behalf Of Nick Cox
Sent: Tuesday, April 19, 2011 11:03 AM
To: [email protected]
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 <[email protected]> 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/
*
* 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/