-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
28 lines (28 loc) · 887 Bytes
/
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
Package: bayessource
Type: Package
Title: Bayesian approach to evaluate whether two datasets come from the same population
Version: 0.3.2
Authors@R: c(person("Lorenzo", "Gaborini", role = c("aut", "cre"),
email = "lorenzo.gaborini@gmail.com"),
person("Silvia", "Bozza", role = c("ctb", "cph")))
Description:
Bayesian approach to evaluate whether two datasets come from the same population.
Currently implements a Gibbs sampler for the Multivariate Normal - Inverse Wishart model.
Encoding: UTF-8
LazyData: true
Imports: Rcpp (>= 0.12.10), RcppArmadillo (>= 0.9.300.2.0), coda, Rdpack
LinkingTo: Rcpp, RcppArmadillo
Suggests:
testthat,
knitr,
rmarkdown,
mvtnorm,
ggplot2,
covr,
xtable,
tibble
RoxygenNote: 7.1.2
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RdMacros: Rdpack
License: MIT + file LICENSE