README.md

The invWishartSum Package

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.

Instructions for replicating the manuscript results

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")


SampleSizeShop/invWishartSum documentation built on Feb. 5, 2022, 5:04 a.m.