R/gslcca-misc.R

signatures <- function(object, ...){
    if(!inherits(object, "gslcca")) 
        stop("'object' must be an object of class \"gslcca\"")
    object$ycoef
}

fitted.gslcca <- function(object, ...){
    object$xscores
}

Try the gslcca package in your browser

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

gslcca documentation built on May 2, 2019, 5:46 p.m.