residuals.um | R Documentation |
residuals
computes the exact or conditional residuals.
## S3 method for class 'um' residuals(object, z = NULL, method = c("exact", "cond"), envir = NULL, ...)
object |
an object of class |
z |
an object of class |
method |
exact/conditional residuals. |
envir |
environment in which the function arguments are evaluated. If NULL the calling environment of this function will be used. |
... |
additional arguments. |
An object of class um
.
z <- AirPassengers airl <- um(z, i = list(1, c(1, 12)), ma = list(1, c(1, 12)), bc = TRUE) r <- residuals(airl) summary(r)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.