R/td.factanal.R

Defines functions td.factanal

Documented in td.factanal

td.factanal <- function(tdf, ...) {
    if (!is.td.data.frame(tdf)) 
        stop("'tdf' is not a td data frame")
    df <- td.cov(tdf)
    return(factanal(covmat = df, ...))
}
 
nonsleepr/teradataR documentation built on May 23, 2019, 9:32 p.m.