search for: resl

Displaying 3 results from an estimated 3 matches for "resl".

Did you mean: real
2009 Jan 30
1
Methods not loaded in R-Devel vs 2.8.1
...object="Goestml" object="GoGARCH" > getMethod("residuals", "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) retur...
2010 Nov 10
1
Applications which rely on WMP6
Greetings. I need to run a bunch of apps that, as subject hints, rely on WMP6. I've found a WMP6 installation on www.oldversion.com, yet when I try running it - the installer says that it's looking for Windows XP or later, and that 2000 is not supported. It's strange because I've configured Wine to present itself as XP, and I've also tried to specify a configuration for that
2003 Oct 09
4
howto enable ssh on connect to rsync daemon
Hi, I'm trying to setup automatic sync of files over SSH from node2 to node1. node2 is the "server" and node1 is the "client". I have setup rsync like this on the nodes which runs AIX (4.3.3 and 5.1): 1. Installed rsync from Linux Toolbox (rsync-2.5.4-1.aix4.3.ppc.rpm) on both nodes. 2. Added following to both nodes /etc/services file: rsync 873/tcp 3. Added