R/print.penalty.R

Defines functions print.penalty

Documented in print.penalty

print.penalty <-
function (x, ...)
{
  cat (paste ("\nPenalty = ", x$penalty, " (lambda = ", x$lambda, ")\n", sep = ""))
  invisible (x)
}

Try the lqa package in your browser

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

lqa documentation built on May 30, 2017, 3:41 a.m.