Description
Simulate Quantities of Interest from Regression Models.
Description
This is an all-encompassing suite to facilitate the simulation of so-called quantities of interest by way of a multivariate normal distribution of the regression model's coefficients and variance-covariance matrix.
README.md
Simulate Quantities of Interest from Regression Models

{simqi}
allows researchers to simulate so-called “quantities of interest” from common regression models. This method of generating quantities of interest comes by of a simulation from the multivariate normal distribution, where the vector of means if the regression coefficients and the sigma is the variance-covariance matrix of the regression model.
Installation
You can also install the development version of this package through the {devtools}
package.
devtools::install_github("svmiller/simqi")