The invWishartSum package for R (>3.0.0) implements an approximation to the distribution of a sum of inverse Wishart random matrices.
The package provides companion code for the manuscript:
Kreidler, S. M., Muller, K. E., & Glueck, D. H. An Approximation to the Distribution of the Sum of Inverse Wishart Matrices, In review.
The results in the above manuscript were produced using R version 3.0.0. To reproduce the results, perform the following steps:
> install.packages("devtools")
> library(devtools)
> install_github(repo="invWishartSum", user="SampleSizeShop", ref="develop")
> library(invWishartSum)
> runSimulationStudy(study.data.dir="myDataDir", study.figures.dir="myFiguresDir")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.