Description Usage Arguments Details Value See Also Examples
Computes several types of residuals for objects of class clme
.
1 2 3 4 5 |
object |
object of class |
type |
type of residual (for mixed-effects models only). |
... |
space for additional arguments |
For fixed-effects models Y = X*b + e, residuals are given as
ehat = Y - X*betahat
. For mixed-effects models Y = X*b + U*xi + e, three types of residuals are available. PA = Y - X*betahat\ SS = U*xihat\ FM = Y - X*betahat - U*xihat
Returns a numeric matrix.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.