R/summary.permutest.coca.R

"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
}

Try the cocorresp package in your browser

Any scripts or data that you put into this service are public.

cocorresp documentation built on May 7, 2021, 9:06 a.m.