From c151b9beb35ab6b271fdd9ca16cbac059537c5d3 Mon Sep 17 00:00:00 2001 From: Jared Lander Date: Sun, 10 Jan 2016 01:22:59 -0500 Subject: [PATCH] Updated README to reflect new functions that are covered. --- README.Rmd | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.Rmd b/README.Rmd index 555e88e..807d16f 100644 --- a/README.Rmd +++ b/README.Rmd @@ -18,7 +18,7 @@ knitr::opts_chunk$set( ) ``` -Coefplot is a package for plotting the coefficients and standard errors from a variety of models. Currently lm, glm, rxLinMod and rxLogit are supported. +Coefplot is a package for plotting the coefficients and standard errors from a variety of models. Currently lm, glm, glmnet, maxLik, rxLinMod, rxGLM and rxLogit are supported. The package is designed for S3 dispatch from the functions coefplot and getModelInfo to make for easy additions of new models. diff --git a/README.md b/README.md index daf9045..38effc0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Travis-CI Build Status](https://travis-ci.org/jaredlander/coefplot.svg?branch=master)](https://travis-ci.org/jaredlander/coefplot) [![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/coefplot)](http://cran.r-project.org/package=coefplot) [![Downloads from the RStudio CRAN mirror](http://cranlogs.r-pkg.org/badges/useful)](http://cran.rstudio.com/package=useful) -Coefplot is a package for plotting the coefficients and standard errors from a variety of models. Currently lm, glm, rxLinMod and rxLogit are supported. +Coefplot is a package for plotting the coefficients and standard errors from a variety of models. Currently lm, glm, glmnet, maxLik, rxLinMod, rxGLM and rxLogit are supported. The package is designed for S3 dispatch from the functions coefplot and getModelInfo to make for easy additions of new models.