R/residuals.hdlm.R

residuals.hdlm <-
function(object,
             type = c("working","response", "deviance","pearson", "partial"),
             ...)
{
    r <- object$residuals
    res <- r
    res
}

Try the hdlm package in your browser

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

hdlm documentation built on May 2, 2019, 8:35 a.m.