Displaying 3 results from an estimated 3 matches for "oppost".
Did you mean:
oppose
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
...rol
message can be sent to host userspace to prevent any more writes
to the port.
- numerous fixes
There still exist a few kmalloc/kfree-related debug logs that spew up
in the guest but I haven't been able to track them down.
As for the merge with virtio-console, Christian has voiced some oppostion
to that idea. For the merge to happen, the kernel folks have to agree
in merging the driver as well and I can proceed once we have a resolution
on this.
Other than that, a few more rebases have to be done to the qemu code to
make it apply to qemu-upstream.
Please give this a good review.
Tha...
2009 Jul 27
3
virtio-serial: An interface for host-guest communication
...rol
message can be sent to host userspace to prevent any more writes
to the port.
- numerous fixes
There still exist a few kmalloc/kfree-related debug logs that spew up
in the guest but I haven't been able to track them down.
As for the merge with virtio-console, Christian has voiced some oppostion
to that idea. For the merge to happen, the kernel folks have to agree
in merging the driver as well and I can proceed once we have a resolution
on this.
Other than that, a few more rebases have to be done to the qemu code to
make it apply to qemu-upstream.
Please give this a good review.
Tha...