simulate_chisq {cpvSNP} | R Documentation |
Simulates a value from a chi-squared distribution with a specified correlation structure.
simulate_chisq(corr_matrix, num_sims)
corr_matrix |
A square matrix of correlations. |
num_sims |
An integer value for the number of simulations to be performed. |
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.
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.
Caitlin McHugh mchughc@uw.edu