Description Usage Arguments Value Note Author(s) See Also Examples
Evaluate the smallest canonical correlation for two set of variables, each set of variables is represented by a matrix whose columns are variables.
1 | ccorFun(hH, H)
|
hH |
a |
H |
a |
return a scalar value, the smallest canonical correlation.
nothing
Liu Wei
1 2 3 | dat <- gendata(n = 300, p = 500)
res <- gsspFactorm(dat$X)
ccorFun(res$hH, dat$H0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.