I am slowly migrating most of my Stata work from the PC to the MAC to
make use of the MAC's MP and speed (and future 64 bits).
I ran into a problem on the MAC with the following code that runs OK on the PC.
// the following section was used as Figure 1 and in the results for
the full paper
. // density graphs of DAS by fsatis
. tw kdens das28 if fsat==1 || kdens das2 if fsat ==0,xline(2.6)
ytitle(Density) ///
> legend(label(1 "Very satisfied") label(2 "Not very satisfied")) scheme(s2mono) ///
> xtitle("DAS-28 score") title("DAS-28 scores and satisfaction with health") ///
> saving(dasdens,replace)
st_kdens(): 3499 mm_ipolate() not found
<istmt>: - function returned error
r(3499);
end of do-file
r(3499);
. kdens age
st_kdens(): 3499 mm_ipolate() not found
<istmt>: - function returned error
r(3499);
. which kdens
/users/fwolfe/statdata/ado/stbplus/k/kdens.ado
*! version 2.0.2 04aug2007 Ben Jann
Moremata is up-to-date. It appears that there may be an address
problem with mm_ipolate().
Can there be a fix?
Thanks,
Fred
--
Fred Wolfe
National Data Bank for Rheumatic Diseases
Wichita, Kansas
NDB Office +1 316 263 2125 Ext 0
Research Office +1 316 686 9195
[email protected]
*
* 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/