Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 24 days 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T16:03:48.000Z (2 months ago)
- Last Synced: 2024-09-28T18:05:59.664Z (about 1 month ago)
- Topics: cut-point, mixture-models, r, tidyverse, visualization
- Language: R
- Homepage:
- Size: 1.85 MB
- Stars: 24
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# `plotmm` Tidy Tools for Visualizing Mixture Models
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/plotmm)](http://cran.r-project.org/package=plotmm)
[![Downloads](https://cranlogs.r-pkg.org/badges/grand-total/plotmm)](https://cran.r-project.org/package=plotmm)
[![Documentation](https://img.shields.io/badge/documentation-plotmm-orange.svg?colorB=E91E63)](https://www.r-pkg.org/pkg/plotmm)---
#### [`plotGMM`](https://CRAN.R-project.org/package=plotGMM):
[![lifecycle](https://img.shields.io/badge/lifecycle-retired-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/plotGMM)](http://cran.r-project.org/package=plotGMM)
[![Downloads](https://cranlogs.r-pkg.org/badges/grand-total/plotGMM)](https://cran.r-project.org/package=plotGMM)
[![Documentation](https://img.shields.io/badge/documentation-plotGMM-orange.svg?colorB=E91E63)](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