CRAN
DPpackage 1.1-7.4
Bayesian Nonparametric Modeling in R
Released Jan 6, 2018 by ORPHANED
Dependencies
MASS 7.3-50 nlme 3.1-137 survival 2.42-3
Functions to perform inference via simulation from the posterior distributions for Bayesian nonparametric and semiparametric models. Although the name of the package was motivated by the Dirichlet Process prior, the package considers and will consider other priors on functional spaces. So far, DPpackage includes models considering Dirichlet Processes, Dependent Dirichlet Processes, Dependent Poisson- Dirichlet Processes, Hierarchical Dirichlet Processes, Polya Trees, Linear Dependent Tailfree Processes, Mixtures of Triangular distributions, Random Bernstein polynomials priors and Dependent Bernstein Polynomials. The package also includes models considering Penalized B-Splines. Includes semiparametric models for marginal and conditional density estimation, ROC curve analysis, interval censored data, binary regression models, generalized linear mixed models, IRT type models, and generalized additive models. Also contains functions to compute Pseudo-Bayes factors for model comparison, and to elicitate the precision parameter of the Dirichlet Process. To maximize computational efficiency, the actual sampling for each model is done in compiled FORTRAN. The functions return objects which can be subsequently analyzed with functions provided in the 'coda' package.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>DPpackage</artifactId> <version>1.1-7.4-b6</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:DPpackage')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.
- DPelicit-examples
- bir-examples
- calgb-examples
- calgb.pred-examples
- deterioration-examples
- fleabeetles-examples
- fractionation-examples
- galaxy-examples
- hiv-examples
- igg-examples
- indon-examples
- orings-examples
- ps-examples
- psychiatric-examples
- rats-examples
- rolling-examples
- schoolgirls-examples
- seizures-examples
- sports-examples
- uniond-examples