R/rfitted.R

Defines functions fitted.lmridge

Documented in fitted.lmridge

fitted.lmridge <- function(object,...) {
  rfit1 <- object$rfit

  round(rfit1, 5)
}

Try the lmridge package in your browser

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

lmridge documentation built on Jan. 15, 2023, 5:06 p.m.