cca.py $input1 $x_cols $y_cols $x_scale $y_scale $std_scores $out_file1 $out_file2 rpy .. class:: infomark **TIP:** If your data is not TAB delimited, use *Edit Queries->Convert characters* ----- .. class:: infomark **What it does** This tool uses functions from 'yacca' library from R statistical package to perform Canonical Correlation Analysis (CCA) on the input data. It outputs two files, one containing the summary statistics of the performed CCA, and the other containing helioplots, which display structural loadings of X and Y variables on different canonical components. *Carter T. Butts (2009). yacca: Yet Another Canonical Correlation Analysis Package. R package version 1.1.* ----- .. class:: warningmark **Note** - This tool currently treats all predictor and response variables as continuous numeric variables. Running the tool on categorical variables might result in incorrect results. - Rows containing non-numeric (or missing) data in any of the chosen columns will be skipped from the analysis. - The summary statistics in the output are described below: - correlation: Canonical correlation between the canonical variates (i.e. transformed variables) - F-statistic: F-value obtained from F Test for Canonical Correlations Using Rao's Approximation - p-value: denotes significance of canonical correlations - Coefficients: represent the coefficients of X and Y variables on each canonical variate - Loadings: represent the correlations between the original variables in each set and their respective canonical variates - CrossLoadings: represent the correlations between the original variables in each set and the opposite canonical variates