forked from jaredlander/coefplot
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME.Rmd
More file actions
25 lines (19 loc) · 987 Bytes
/
Copy pathREADME.Rmd
File metadata and controls
25 lines (19 loc) · 987 Bytes
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
---
output:
md_document:
variant: markdown_github
---
[](https://travis-ci.org/jaredlander/coefplot)
[](http://cran.r-project.org/package=coefplot)
[](http://cran.rstudio.com/package=coefplot)
<!-- 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.