-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 1.08 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
33
34
35
36
Package: BMix
Type: Package
Title: BMix - Binomial and Beta-Binomial univariate mixtures
Version: 1.0.0
Author: Giulio Caravagna
Maintainer: Giulio Caravagna <[email protected]>
Authors@R: person("Giulio", "Caravagna", role = c("aut", "cre"), email = "[email protected]")
Description: BMix provides univariate Binomial and Beta-Binomial mixture models. BMix fits
mixtures by maximum likelihood via the Expectation Maximization algorithm. Model selection
for the number of mixture components is by the Integrated Classification Likelihood, an
extension of the Bayesian Information Criterion that accounts for the entropy of the latent variables.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Imports:
ggplot2,
cli,
VGAM,
cowplot,
dplyr,
tibble,
crayon,
stats4,
easypar,
pio
Remotes:
caravagn/easypar,
caravagn/pio
RoxygenNote: 7.1.1
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
URL: https://github.com/caravagnalab/BMix,
https://caravagnalab.github.io/BMix/
BugReports: https://github.com/caravagnalab/BMix/issues