GitHub

title README
author

Philip D. Waggoner^[YouGov and Columbia University]

Fong Chun Chan^[Achilles Therapeutics]

Lu Zhang^[University of Chicago]

In collaboration with Fong Chan (Achilles Therapeutics) and Lu Zhang (University of Chicago), we have developed plotmm for tidy visualization of mixture models. This package is a substantial update to the plotGMM package.

Install

Load the latest version:

devtools::install_github("pdwaggoner/plotmm")
library(plotmm)

Load the latest stable (CRAN) version:

install.packages("plotmm")
library(plotmm)

Getting Started

To get started, read the "Getting Started" vignette, 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. Here's a sampling of how to contribute:

  • Submit an issue reporting a bug, requesting a feature enhancement, etc.

  • Suggest changes directly via pull request

  • Reach out directly with ideas if you're uneasy with public interaction

Read the original on github.com ↗