cooks.distance.uRegress: Calculate Cook's distances from uRegress
objects
Description
Extracts Cook's distances from uRegress
objects by relying on
functionality from the stats
package.
Usage
# S3 method for uRegress
cooks.distance(model, ...)
Value
a vector of Cook's distances
Arguments
- model
an object of class uRegress
, as returned by
regress.
- ...
other arguments to pass to stats::cooks.distance