R/1.8.catSigmaHat.R

Defines functions catSigmaHat

catSigmaHat <- function(fit) {
  cat("---\n\nSigma Estimated:")
  print(knitr::kable(fit$sigmaHat, format = "simple", digits = 4))
  cat("---")

  return(NULL)
}

Try the Mmcsd package in your browser

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

Mmcsd documentation built on March 31, 2023, 7:23 p.m.