search for: if5

Displaying 6 results from an estimated 6 matches for "if5".

Did you mean: if
2005 Nov 24
0
Load Balancing/NAT
...ia $P1 table T1 ip route add $P2_NET dev $IF2 src $IP2 table T2 ip route add default via $P2 table T2 ip route add $P3_NET dev $IF3 src $IP3 table T3 ip route add default via $P3 table T3 ip route add $P4_NET dev $IF4 src $IP4 table T4 ip route add default via $P4 table T4 ip route add $P5_NET dev $IF5 src $IP5 table T5 ip route add default via $P5 table T5 ip route add $P6_NET dev $IF6 src $IP6 table T6 ip route add default via $P6 table T6 #Assign nets to corect IFs ip route add $P1_NET dev $IF1 src $IP1 ip route add $P2_NET dev $IF2 src $IP2 ip route add $P3_NET dev $IF3 src $IP3 ip route add...
2013 Feb 08
2
Can not melt data.frame
...colorspace_1.2-1 dichromat_2.0-0 digest_0.6.2 gtable_0.1.2 labeling_0.1 [6] lattice_0.20-13 MASS_7.3-23 munsell_0.4 proto_0.3-10 tools_2.15.2 ____________________________________________________________ TRY FREE IM TOOLPACK at http://www.imtoolpack.com/default.aspx?rc=if5 Capture screenshots, upload images, edit and send them to your friends through IMs, post on Twitter?, Facebook?, MySpace?, LinkedIn? ? FAST!
2013 Mar 07
2
Read Content from URL to XML format
Hi, i want to know how to read a table values from a URL and get it as XML content. Could anyone please help me out ASAP ? Thanks, Antony. -- View this message in context: http://r.789695.n4.nabble.com/Read-Content-from-URL-to-XML-format-tp4660561.html Sent from the R help mailing list archive at Nabble.com.
2016 Apr 13
0
reduced set of alternatives in package mlogit
...tinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. ____________________________________________________________ TRY FREE IM TOOLPACK at http://www.imtoolpack.com/default.aspx?rc=if5 Capture screenshots, upload images, edit and send them to your friends through IMs, post on Twitter?, Facebook?, MySpace?, LinkedIn? ? FAST!
2012 Oct 06
2
Presence/ absence data from matrix to single column
I've been trying to reshape this database but haven't succeed at it. I tried using loops but can't get it right. I just want to reshape my database from this matrix, to the one below, with only one column of data. Year Route Point Sp1 Sp2 Sp3 2004 123 123-1 0 1 0 2004 123 123-2 0 1 1 2004 123 123-10 1 1 0 Year Route Point 2004 123 123-1 Sp1 0 2004 123 123-2 Sp1 0 2004 123
2012 Apr 30
5
Different varable lengths
Hi! I'm trying to do a lm() test on three objects. My problem is that R protests and says that the variable lengths differ for one of the objects (Sweden.GDP.gap). But I have double checked that the number of observations are the same. All three objects should contain 9 observations but R only accepts 9 observations in two of the objects. The third must have 10! Very confusing because there