rstudent.uRegress: Extract Studentized residuals from uRegress
objects
Description
Extracts Studentized residuals from uRegress
objects by relying on
functionality from the stats
package.
Usage
# S3 method for uRegress
rstudent(model, ...)
Value
a vector of Studentized residuals
Arguments
- model
an object of class uRegress
, as returned by
regress.
- ...
other arguments to pass to residuals.uRegress