Nothing
"summary.permutest.coca" <- function(object, ...)
{
retval <- list(pval = object$pval, permstat = object$permstat,
inertia = object$inertia,
fitax = object$fitax, pcent.fit = object$pcent.fit,
n.axes = object$n.axes,
total.inertia = object$total.inertia,
call = object$call)
## Ychi1 = object$Ychi1, Ychi2 = object$Ychi2)
class(retval) <- "summary.permutest.coca"
retval
}
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.