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.