hatvalues.uRegress {rigr} | R Documentation |
Calculate the hat-values (leverages) from uRegress
objects
Description
Extracts hat-values (leverages) from uRegress
objects by relying on
functionality from the stats
package.
Usage
## S3 method for class 'uRegress'
hatvalues(model, ...)
Arguments
model |
an object of class |
... |
other arguments to pass to |
Value
a vector of hat-values (leverages)
[Package rigr version 1.0.4 Index]