Thanks to Kit Baum, a new version of -onewayplot-
is available from SSC, fixing a bug.
If you installed previously, please reinstall
using
. ssc inst onewayplot, replace
Nick
[email protected]
P.S. here is a slightly cute way of getting
a complete listing of all SSC Stata packages:
log using ssc.log
foreach l in `c(alpha)' _ {
ssc desc `l'
}
log close
This hinges on the fact that the call `c(alpha)' yields
all the lower-case letters, a through z. Note that you
do need the underscore _ as well for a complete
list.
*
* 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/