simulate_chisq: Simulate a Chi-squared Statistic from a Distribution
with a Specified Correlation Structure
Description
Simulates a value from a chi-squared distribution with a
specified correlation structure.
Usage
simulate_chisq(corr_matrix, num_sims)
Arguments
corr_matrix
A square matrix of correlations.
num_sims
An integer value for the number of simulations
to be performed.
Value
A numeric value corresponding to a chi-squared
statistic simulated from a chi-squared-like distribution with
specified correlation structure and degrees of freedom
corresponding to the number of rows in the correlation matrix.
Details
This function simulates a value from a chi-squared
distribution with a specified correlation structure and degrees
of freedom corresponding to the number of rows in the
correlation matrix.