Nothing
"coef.cca" <-
function (object, ...)
{
if(is.null(object$CCA))
stop("unconstrained models do not have coefficients")
Q <- object$CCA$QR
u <- object$CCA$u
u <- sweep(u, 1, sqrt(object$rowsum), "*")
qr.coef(Q, u)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.