rstudent.uRegress {rigr} | R Documentation |
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 class 'uRegress'
rstudent(model, ...)
Arguments
model |
an object of class |
... |
other arguments to pass to |
Value
a vector of Studentized residuals
[Package rigr version 1.0.4 Index]