R/print.regressionTable.R

Defines functions print.regressionTable

print.regressionTable <- function(x,...){
    Rtab <- summary(x,print=FALSE,...)
    ## rownames(Rtab) <- NULL
    print.listof(Rtab,...)
    Rtab
}

Try the Publish package in your browser

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

Publish documentation built on Jan. 18, 2023, 1:08 a.m.