R/cov_clm__summary.clm.theta__catCall.R

Defines functions catCall

catCall <- function(fitTheta) {
  cat("Call:\n")
  cat(paste(deparse(fitTheta$call), collapse = "\n"))

  return(NULL)
}
phmpacheco-ufjf/clm documentation built on Dec. 22, 2021, 8:40 a.m.