Calculate the hat-values (leverages) from uRegress
objects
Source: R/regress_diagnostics.R
hatvalues.uRegress.Rd
Extracts hat-values (leverages) from uRegress
objects by relying on
functionality from the stats
package.
Usage
# S3 method for uRegress
hatvalues(model, ...)
Arguments
- model
an object of class
uRegress
, as returned by regress.- ...
other arguments to pass to
stats::hatvalues