search for: oppostive

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

2010 Jul 21
1
The opposite of "lag"
...1]) idx <- seq(length = length(DV)) DVs <- cbind(DV, lag(DV, -1))[idx,] out<-cbind(x, DVs[,2]) # wages[,2] names(out)[length(out)]<-"DV.lag" return(out) } A A.lagged <- do.call("rbind", by(A, A$group, lag.it)) A.lagged Now, I am trying to create the oppostive of lag for DV (should I call it "lead"?) I tried exactly the same as above, but with a different number under lag function (below), but it's not working. I am clearly doing something wrong. Any advice? Thanks a lot! lead.it <- function(x) { DV <- ts(x$DV, start = x$year[1])...
2009 Jul 27
3
virtio-serial: An interface for host-guest communication
Hello all, This are the latest version of the patches. Lots of things have changed since the last submission. A few of which I remember: - VNC copy / paste works* (* conditions apply) - client vnc copies get propagated to guest port 3 (/dev/vmch3) - guest writes to port 3 (/dev/vmch3) go straight to client's clipboard - sysfs hooks to autodiscover ports - support for 64 ports in this
2009 Jul 27
3
virtio-serial: An interface for host-guest communication
Hello all, This are the latest version of the patches. Lots of things have changed since the last submission. A few of which I remember: - VNC copy / paste works* (* conditions apply) - client vnc copies get propagated to guest port 3 (/dev/vmch3) - guest writes to port 3 (/dev/vmch3) go straight to client's clipboard - sysfs hooks to autodiscover ports - support for 64 ports in this