search for: dweight

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

Did you mean: weight
2006 Jan 28
0
using tc on xen
...t to limit download on an interface however it didn''t seem to work. Still the interface is able to download at full speeds. 1. vm01 ==> is virtual interface ------------------------------------------------------------------------ #!/bin/sh TC=/sbin/tc DNLD=150Kbit # DOWNLOAD Limit DWEIGHT=15Kbit # DOWNLOAD Weight Factor $TC qdisc add dev vm01 root handle 11: cbq bandwidth 100Mbit avpkt 1000 mpu 64 $TC class add dev vm01 parent 11:0 classid 11:1 cbq rate $DNLD weight $DWEIGHT allot 1514 prio 1 avpkt 1000 bounded $TC filter add dev vm01 parent 11:0 protocol ip handle 4 fw flowid 11:1...
2011 Jun 24
0
lag and diff with transformBy
...x.ordered <- orderBy(~Evit+Cu+Litter+Time, data=dietox) dietox.difference <- transformBy(~Evit+Cu+Litter, data=dietox.ordered, ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?lWeight=c(NA,lag(Weight,1)), ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?l4Weight=c(NA,NA,NA,NA,lag(Weight,4)), ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?dWeight=c(NA,diff(Weight,1)), ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?d2Weight=c(NA,NA,diff(Weight,2)), ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?dFeed=c(NA,diff(Feed,1)) ? ? ? ? ? ? ? ? ? ?) head(dietox.difference,24) Information on package 'doBy' Package: doBy Version: 4...
2008 Aug 15
3
Rcommander installation fails on Fedora 9
Fedora 9 R 2.7.1 I tried to install R on my Linux system using install.packages("Rcmdr", dependencies=TRUE). I received many, many, many error messages. I hope someone can suggest a fix. The output from warnings() is listed below. A more detailed list of errors from one of the failed installations is listed below the warnings: > warnings() Warning messages: 1: In