R/superpc.decorrelate.R

superpc.decorrelate <- function (x, 
                                 competing.predictors) {

    foo <- lm(t(x) ~ ., competing.predictors)
    
    return(foo)
    
}

Try the superpc package in your browser

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

superpc documentation built on Oct. 24, 2020, 1:07 a.m.