Extract Studentized Residuals from a Linear Model
从线性模型提取学生化残差
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The Studentized residuals. Like standardized residuals, these are normalized to unit variance, but the Studentized version is fitted ignoring the current data point. (They are sometimes called jackknifed residuals).
学生化残差。标准化残差一样,这些归到单位方差,但忽略了当前数据点拟合的学生化版本。 (他们有时称为jackknifed的残渣)。
用法----------Usage----------
studres(object)
参数----------Arguments----------
参数:object
any object representing a linear model. </table>
任何对象代表一个线性模型。 </ TABLE>
值----------Value----------
The vector of appropriately transformed residuals.
适当转化残差向量。
参考文献----------References----------
Modern Applied Statistics with S. Fourth edition. Springer.