-
Notifications
You must be signed in to change notification settings - Fork 19
/
README.Rmd
28 lines (22 loc) · 1.17 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
output:
md_document:
variant: markdown_github
---
<!-- badges: start -->
[![R-CMD-check](https://github.com/jaredlander/coefplot/workflows/R-CMD-check/badge.svg)](https://github.com/jaredlander/coefplot/actions)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/coefplot)](https://CRAN.R-project.org/package=coefplot)
[![Downloads from the RStudio CRAN mirror](https://cranlogs.r-pkg.org/badges/coefplot)](https://CRAN.R-project.org/package=coefplot)
[![Coverage Status](https://img.shields.io/codecov/c/github/jaredlander/coefplot/master.svg)](https://codecov.io/github/jaredlander/coefplot?branch=master)
<!-- badges: end -->
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
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.
If interested in helping please contact the package author.