"coef.cca" <-
function (object, ...)
{
Q <- object$CCA$QR
u <- object$CCA$u
u <- sweep(u, 1, sqrt(object$rowsum), "*")
qr.coef(Q, u)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.