get.recresid | R Documentation |
Recursive residuals
get.recresid(formula)
formula |
Specification of the linear regression model by an object of the class "formula" |
A vector containing the recursive residuals
T <- 100 u <- rnorm(T,0,1) y <- c(rep(0,T/2), rep(1,T/2)) + u get.recresid(y~1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.