R/print.ComT.R

"print.ComT" <-
function(x,  ...){
  title <- paste(x$method)
  cat("According to ", title,"\n", sep="")
  cat("\n")
  cat("Othogonal Complement of Beta:", "\n")
  print(x$othog.beta)
  cat("\n")
  cat("Othogonal Complement of Alpha:", "\n")
  print(x$othog.alpha)
  cat("\n")
  cat("Loading Vector:", "\n")
  print(x$loading.vector)
  }

Try the CommonTrend package in your browser

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

CommonTrend documentation built on May 2, 2019, 3:28 p.m.