R/influence.R

gleverage <- function (object, ...) 
{
    UseMethod("gleverage")
}


cooks.distance <- function (object, ...) 
{
    UseMethod("cooks.distance")
}


hatvalues <- function (object, ...) 
{
    UseMethod("hatvalues")
}

qnormal <- function (object, ...) 
{
    UseMethod("qnormal")
}

Try the touchard package in your browser

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

touchard documentation built on May 31, 2019, 5:04 p.m.