Package: batchmix Type: Package Title: Semi-Supervised Bayesian Mixture Models Incorporating Batch Correction License: GPL-3 Version: 2.2.1 Authors@R: c(person(given = "Stephen", family = "Coleman", email = "stcolema@tcd.ie", role = c("aut","cre")), person(given = "Paul", family ="Kirk", email = "paul.kirk@mrc-bsu.cam.ac.uk", role = "aut"), person(given = "Chris", family ="Wallace", email = "cew54@cam.ac.uk", role = "aut")) Description: Semi-supervised and unsupervised Bayesian mixture models that simultaneously infer the cluster/class structure and a batch correction. Densities available are the multivariate normal and the multivariate t. The model sampler is implemented in C++. This package is aimed at analysis of low-dimensional data generated across several batches. See Coleman et al. (2022) for details of the model. Imports: Rcpp (>= 1.0.5), tidyr, ggplot2, salso LinkingTo: Rcpp, RcppArmadillo Suggests: xml2, knitr, rmarkdown SystemRequirements: GNU make Encoding: UTF-8 URL: https://github.com/stcolema/batchmix BugReports: https://github.com/stcolema/batchmix/issues RoxygenNote: 7.3.1 VignetteBuilder: knitr, rmarkdown Config/pak/sysreqs: make libicu-dev libclang-dev Repository: https://stcolema.r-universe.dev Date/Publication: 2026-05-29 14:10:48 UTC RemoteUrl: https://github.com/stcolema/batchmix RemoteRef: HEAD RemoteSha: bdd3e8ab1b5b555c1507fcea5862b012d54fe22e NeedsCompilation: yes Packaged: 2026-07-02 09:30:32 UTC; root Author: Stephen Coleman [aut, cre], Paul Kirk [aut], Chris Wallace [aut] Maintainer: Stephen Coleman