R/print.amias.R

print.amias <- function(x, ...) {
  cat("\nCall:\n")
  dput(x$call)
  cat("\nOutput:\n")
  cat(paste("Generalized L0 coefficients with number of knots being ", x$k,".",
            "\n\n", sep=""))
}

Try the AMIAS package in your browser

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

AMIAS documentation built on May 2, 2019, 2:10 a.m.