/*****************************************************************/
/*                                                               */
/*                       Software Packages                       */
/*                                                               */
/*****************************************************************/

/*****************************************************************/
/* single-index response surface models                          */
/*****************************************************************/

R package siRSM;
                    /* Cheng H, Zhu M, Jun 2014                  */

/*****************************************************************/
/* efficient kernel method for unbalanced classification         */
/* Zhu M, Su W, Chipman HA. Technometrics 48, 193-205            */
/* Zhu M. The American Statistician 62, 97-109, Sec 4.2          */
/*****************************************************************/

R package lago;
                    /* Laflamme-Sanders A, Su W, Zhu M, Aug 2007 */
                    /* updated and made officially available     */
                    /* on cran.r-project.org Apr 2008            */

/*****************************************************************/
/* ensemble variable selection by parallel evolution             */
/* Zhu M, Chipman HA. Technometrics 48, 491-502                  */
/* Zhu M. The American Statistician 62, 97-109, Sec 4.3          */
/*****************************************************************/

R package pga;
                    /* Qiao D, Zhu M, Aug 2007                   */
                    /* updated and made officially available     */
                    /* on cran.r-project.org Apr 2008            */
R code pga;
                    /* Zhu M, Apr 2005                           */
                    /* earlier R code before R package           */
                    /* syntax somewhat different from R package  */

/*****************************************************************/
/* dimensionality selection by profile likelihood                */
/* Zhu M, Ghodsi A. Comp Stat Data Anal 51, 918-930              */
/*****************************************************************/

R code scree.thresh;
                    /* Zhu M, Jun 2007                           */