R/print.pred.lqa.R

Defines functions print.pred.lqa

Documented in print.pred.lqa

print.pred.lqa <-
function (x, ...)
{
   cat ("\nPredicted response(s): \n")
   print (x$mu.new)
   cat ("\n")
   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.