https://github.com/pdwaggoner/plotmm
Tidy Tools for Visualizing Mixture Models
https://github.com/pdwaggoner/plotmm
cut-point mixture-models r tidyverse visualization
Last synced: 8 months ago
JSON representation
Tidy Tools for Visualizing Mixture Models
- Host: GitHub
- URL: https://github.com/pdwaggoner/plotmm
- Owner: pdwaggoner
- License: mit
- Created: 2018-12-14T19:07:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-06T17:49:44.000Z (over 1 year ago)
- Last Synced: 2025-09-08T01:22:46.974Z (10 months ago)
- Topics: cut-point, mixture-models, r, tidyverse, visualization
- Language: R
- Homepage:
- Size: 1.86 MB
- Stars: 24
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# `plotmm` Tidy Tools for Visualizing Mixture Models
[](https://www.repostatus.org/#active)
[](http://cran.r-project.org/package=plotmm)
[](https://cran.r-project.org/package=plotmm)
[](https://www.r-pkg.org/pkg/plotmm)
---
#### [`plotGMM`](https://CRAN.R-project.org/package=plotGMM):
[](https://lifecycle.r-lib.org/articles/stages.html)
[](http://cran.r-project.org/package=plotGMM)
[](https://cran.r-project.org/package=plotGMM)
[](https://www.r-pkg.org/pkg/plotGMM)
---
Package authors and contributors:
- [Philip D. Waggoner](https://github.com/pdwaggoner) (pkg maintainer), YouGov & Columbia University
- [Fong Chun Chan](https://github.com/tinyheero), Achilles Therapeutics
- [Lu Zhang](https://github.com/LuZhang0128), University of Chicago (formerly Emory)
---
In collaboration with [Fong Chan](https://github.com/tinyheero) (Achilles Therapeutics) and [Lu Zhang](https://github.com/LuZhang0128) (University of Chicago), we have developed `plotmm` for tidy visualization of mixture models. This package is a substantial update to the [`plotGMM` package](https://CRAN.R-project.org/package=plotGMM).
## Install
Load the latest version:
```{r}
devtools::install_github("pdwaggoner/plotmm")
library(plotmm)
```
Load the latest stable (CRAN) version:
```{r}
install.packages("plotmm")
library(plotmm)
```
## Getting Started
To get started, read the ["Getting Started" vignette](https://github.com/pdwaggoner/plotmm/tree/master/vignettes), which includes a few basic examples.
## Contribute
Anyone is welcome to contribute to the package. Before collaborating, please take a look at and abide by the [contributor code of conduct](https://github.com/pdwaggoner/plotmm/blob/master/CODE_OF_CONDUCT.md). Here's a sampling of how to contribute:
- Submit an [issue](https://github.com/pdwaggoner/plotmm/issues) reporting a bug, requesting a feature enhancement, etc.
- Suggest changes directly via [pull request](https://github.com/pdwaggoner/plotmm/pulls)
- [Reach out directly](https://pdwaggoner.github.io/) with ideas if you're uneasy with public interaction