Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: New package -grcomb- on SSC


From   Alex Gamma <[email protected]>
To   statalist <[email protected]>
Subject   st: New package -grcomb- on SSC
Date   Tue, 12 Jan 2010 02:32:13 +0100

Thanks to Kit Baum, a new package called -grcomb- is available for download from SSC.
To install the package, type

. ssc install grcomb

-grcomb- allows you to generate, in a single command, several
graphs of the same type and using the same options;
to optionally display them; and to combine them into a single graph
window. It is a wrapper for Stata's built-in graph commands, in
particular the -graph combine- command.

It is useful when you want to get a quick overview of a number of plots
of the same type, e.g. a series of bivariate scatter plots of a single
y-var against 5 different x-vars. -grcomb- allows you to create and
combine the 5 scatter plots in one single command:

. grcomb scatter yvar*5 xvar1 xvar2 xvar3 xvar4 xvar5, varblocks(2) order(aabb) jitter(8)


Alex




------------------------------------------------------------------------ ---------
package grcomb from http://fmwww.bc.edu/repec/bocode/g
------------------------------------------------------------------------ ---------

TITLE
      'GRCOMB': module to combine graphs

DESCRIPTION/AUTHOR(S)

      grcomb allows you to generate, in a single command, several
      graphs of the  same type and using the same options; to
      optionally display them; and to combine them into a single graph
      window. It is a wrapper for Stata's built-in graph commands, in
      particular the -graph combine- command.

      KW: graphics
      KW: combine

      Requires: Stata version 10

      Distribution-Date: 20091230

Author: Alex Gamma, University Hospital of Psychiatry, Zurich, Switzerland
      Support: email [email protected]


INSTALLATION FILES (type net install grcomb)
      grcomb.ado
      ../o/grcomb.sthlp
------------------------------------------------------------------------ ---------
(type -ssc install grcomb- to install)

*
*   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/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index