R/print.taug.R

print.taug <-
function (x, ...) 
{
  cat("The tensorial augmentation based on", x$method, "gives for the data set", 
      x$data.name, "the dimension estimates:\n")
  print(sapply(x$ResMode, function(x) x$k))
  cat("The estimate for the standardized error variance is:\n") 
  print(x$Sigma2)
}

Try the tensorBSS package in your browser

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

tensorBSS documentation built on June 2, 2021, 9:08 a.m.