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