R/hatvalues.drc.R

Defines functions hatvalues.drc

Documented in hatvalues.drc

hatvalues.drc <- function(model, ...)
{
    xmat <- model$der
    diag(xmat %*% ginv(t(xmat) %*% xmat) %*% t(xmat))
#    names(hvector) <- as.character(1:length(hvector))
#    hvector
}

Try the drc package in your browser

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

drc documentation built on May 1, 2019, 8:43 p.m.