-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
32 lines (32 loc) · 1.31 KB
/
DESCRIPTION
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
29
30
31
32
Package: plotmm
Type: Package
Title: Tidy Tools for Visualizing Mixture Models
Version: 0.1.1
BugReports: https://github.com/pdwaggoner/plotmm/issues
Authors@R: c(person("Philip", "Waggoner", role = c("aut", "cre"), email = "philip.waggoner@gmail.com"),
person("Fong", "Chan", role = c("aut", "ctb")),
person("Lu", "Zhang", role = c("aut", "ctb")))
Maintainer: Philip Waggoner <philip.waggoner@gmail.com>
Description: The main function, plot_mm(), is used for (gg)plotting output from mixture models,
including both densities and overlaying mixture weight component curves from the fit models in line with the
tidy principles. The package includes several additional functions for added plot customization.
Supported model objects include: 'mixtools', 'EMCluster', and 'flexmix', with more from each in active dev.
Supported mixture model specifications include mixtures of univariate Gaussians, multivariate Gaussians, Gammas,
logistic regressions, linear regressions, and Poisson regressions.
Imports: methods, wesanderson, amerika, ggplot2
Suggests:
mixtools,
EMCluster,
flexmix,
testthat,
graphics,
dplyr,
patchwork,
magrittr,
knitr,
rmarkdown
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
VignetteBuilder: knitr