| cc | R Documentation | 
Very similar cc() of package CCA, but 1) it allows for X and Y to be rank deficient, 2) it allows for categorical variables and 3) it allows for covariates, 4) more (see below).
cc(X, Y, Zx = NULL, Zy = Zx, fill.na = FALSE)
| X | See  | 
| Y | See  | 
| Zx | ( | 
| Zy | ( | 
| fill.na | replace  | 
The returned list is the same list as returned by cc, while it also contains prop_expl_var which is a list reporting the proportion of explained (total) variance of X and Y by each component (i.e. mode).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.