grouped
models.## S3 method for class 'grouped':
residuals(object, standardized = FALSE, B = 100, ...)
grouped
.TRUE
the standardized residuals are computed.resid.grouped
with the following components:standardized = TRUE
, then mat.res
contains the values of $r_i^*/\sigma^*$.
See Details above.B
argument defined above.standardized
argument defined above.object
.grouped
,
summary.resid.grouped
m1 <- grouped(cbind(lo, up) ~ treat * x, link = "logit", data = Sdata)
resid(m1)
m2 <- grouped(equispaced(r, n) ~ x1 * x2, link = "logit", data = Seeds)
resid(m2)
Run the code above in your browser using DataLab