search for: resm

Displaying 1 result from an estimated 1 matches for "resm".

Did you mean: res
2009 Jan 30
1
Methods not loaded in R-Devel vs 2.8.1
...uals", "GoGARCH") Method Definition: function (object, ...) { .local <- function (object, standardize = FALSE) { m <- ncol(object at X) n <- nrow(object at X) resl <- lapply(object at models, residuals, standardize = standardize) resm <- matrix(c(unlist(resl)), ncol = m, nrow = n) ynames <- paste("y", 1:2, sep = "") colnames(resm) <- ynames rownames(resm) <- rownames(object at X) return(resm) } .local(object, ...) } <environment: namespace:gogarch> Si...