Description Usage Arguments Details Value See Also Examples
View source: R/CCA_chisq_test.R
Calculate the chi-square test for canonical correlation analysis.
| 1 | CCA_chisq_test(rho, n, p, q)
 | 
| rho | a vector of correlation coefficients. | 
| n | The number of individuals. | 
| p | The number of variables in the first set of variables. | 
| q | The number of variables in the second set of variables. | 
Calculate the p-value of the chi-square test for canonical correlation analysis.
p-values between 0 and 1.
| 1 |      rlt = CCA_chisq_test(c(0.9,0.6,0.02),100,4,3);  
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.