Even typing
-ssc type plotmatrix.ado-
shows the problem, but the gremlins show up as periods (.) on my
results screen.
The program works after I remove all the gremlins, save over
plotmatrix.ado, and run the examples in the help file. Thank goodness
we can edit Stata programs!
-Dave
On Nov 24, 2008, at 2:48 PM, David Airey wrote:
There are gremlin characters (little crosses) in plotmatrix.ado code
in the ssc version that prevents this program from working:
. plotmatrix, m(regmat) c(green) ylabel(,angle(0))
†plotmatrix invalid name
(error occurred while loading plotmatrix.ado)
r(198);
. which plotmatrix
/Users/dairey/Library/Application Support/Stata/ado/plus/p/
plotmatrix.ado
*! Date .......: 24 Nov 2008
*! Version ....: 1.15
*! Author .....: Adrian Mander
*! Email ......: [email protected]
*! Description : Plot matrices
--snip--
*! Date †††††††: 24 Nov 2008
*! Version ††††: 1.15
*! Author †††††: Adrian Mander
*! Email ††††††: [email protected]
*! Description : Plot matrices
/*
v 1.15 24Nov2008 †Bug -- had to specify a cmiss(n) option on the
boxes and moved it to version 1
> 0.1 (not sure if this is necessary)
*/
prog def †plotmatrix
version 10.1
--snip--
What is going on?
I'm Stata for OS X version 10.1.
-Dave
*
* 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/