R/print.TSSRESTREND.R

Defines functions print.TSSRESTREND

Documented in print.TSSRESTREND

#' @title  Print function for class TSSRESTREND
#'
#' @description print function for objects of class TSSRESTREND
#' @inheritParams plot.TSSRESTREND
#' @export

print.TSSRESTREND <- function(x, ...) {
  print(x$summary) #SUmmary table
  print(x$ols.summary) # all of the regression and stat test summary
}

Try the TSS.RESTREND package in your browser

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

TSS.RESTREND documentation built on Aug. 3, 2020, 1:07 a.m.