ez.zresid: (z) residual

View source: R/stats.R

ez.zresidR Documentation

(z) residual

Description

(z) residual

Usage

ez.zresid(model, method = 1)

Arguments

method

1=scale(resid), 2=resid (unstandarized), 3=stats::rstandard

Note

according to jerry's test, rstandard and stdres give the same results, both of which are slightly different from (but very close to, highly correlated with) method 1
SPSS linear regression->save->residuals (menu)
r z score of resid or residuals = SPSS z score of unstandardized residual
r resid or residuals = SPSS unstandardized residual
r stats::rstandard = MASS::stdres = SPSS studentized residual
https://stackoverflow.com/q/40062482/2292993


jerryzhujian9/zmisc documentation built on March 9, 2024, 12:49 a.m.