Learn R Programming

ordinalbayes

Installing ordinalbayes

  1. Install JAGS https://mcmc-jags.sourceforge.io
  2. Install R https://cran.r-project.org
  3. Install runjags which is hosted on CRAN and

http://runjags.sourceforge.net 4. Install Bioconductor packages a. See https://www.bioconductor.org/install/ to install base Bioconductor packages b. To run examples using finalSet and reducedSet the DESeq2 package is needed. To install run > BiocManager::install("DESeq2") 5. Install ordinalbayes using a. within R use > install.packages("ordinalbayes") or b. > devtools::install_github("kelliejarcher/ordinalbayes", build_vignettes = TRUE) This latter command takes longer because the vignette needs to be built.

Copy Link

Version

Install

install.packages('ordinalbayes')

Monthly Downloads

341

Version

0.1.2

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Kellie Archer

Last Published

April 30th, 2025

Functions in ordinalbayes (0.1.2)

plot.ordinalbayes

Trace Plot and/or Density Plot of MCMC Output.
reducedSet

Smaller Subset of The Cancer Genome Atlas Cervical Cancer HTSeq Data.
print.ordinalbayes

Print MCMC Summary Statistics
summary.ordinalbayes

Summarize an Ordinal Bayes Object.
coef.ordinalbayes

Extract Model Coefficients
cesc

Data Frame of Smaller Subset of The Cancer Genome Atlas Cervical Cancer HTSeq Data.
finalSet

Subset of The Cancer Genome Atlas Cervical Cancer HTSeq Data.
predict.ordinalbayes

Predicted Probabilities and Class for an Ordinal Bayes Fit.
ordinalbayes

Ordinal Bayesian Regression Models for High-Dimensional Data