Displaying 13 results from an estimated 13 matches for "if4e".
Did you mean:
6f4e
2004 Mar 01
0
logs strangers...
Hi !
I''ve a router linux with 3 eths in order to share
internet connection:
1:lo
2:eth0-> Internet Connection (DHCP)
3:eth1-> gateway wired hosts -> 192.168.101.254
4:eth2-> gateway wireless hosts -> 192.168.212.254 / 192.168.230.254 /
192.168.210.254 / ...
eth2 haves diferents IP Aliasings because it connect to
a switch which connect 4 access points (linksys), each
2005 Nov 24
0
Load Balancing/NAT
Hey, I''m trying to set up a Gentoo box to replace an aging BSD box here.
The BSD box is running packet filter and I have it set up to take all
data and route it to one of six sattelites. I have come up with the
following config, but unfortunately I have no real way to test it short
of switching the satellites over to the new system and prayer.
The setup is:
192.168.252/22 - The LAN
2012 Feb 24
3
install rJava in Ubuntu 11.10
I am trying to install rJava on a WUBI Ubuntu 11.10 installation of R with no luck. I was originally trying to install the iplots package and encountered this rJava problem.
Code used:
install.packages("rJava")
(CRAN mirrors --Canada(ON) and Canada(QC2)
I installed iplots with no problem on Windows 7.
I know just about zero about Ubuntu or Linux in general so I have no idea what I
2012 Nov 27
4
Finding values in one column and
All -
I have a data frame
data.a
ID valueA valueB
6 12 12
17 15 14
58 18 16
98 11 12
73 19 20
84 19 14
58 20 14
24 11 12
81 15 16
21 15 14
62 14 12
67 13 14
78 13 17
35 10 13
13 11 15
14 17 18
85 16 15
35 13 9
18 15 16
and a data frame
data.b
ID valueA valueB
6
84
21
78
14
I'd like to have R find the data.b$ID in data.a$ID and insert the
corresponding data.a$valueA and
2005 Feb 28
1
Problems with MSI Installer
...iyTac35WySo17nla/6mLzOIqQF5Vf0+BmPG+GoCGhZCv
5jKiv3jTSrue5a1ANL6CKJxN9KYQpWUuc8boEMKlmbJ67UYC/Az0uVJDrs84Ycv7
l9A73sNQZWHOQTnyqH5JdJE+ppYWn/mXQmj7QLsDMGTRtPoaRDgd5kesBWPbCLnm
U92SBinCOdK78vwkVgB8Yj07tTApd3PVWmy3gqKp+YDewroeuLQ2Sm9hcXXDrW4g
TWFudWVsIEZlcm7DoW5kZXogUXVpbGVzIDxqb2FxdWluZkBjYW50di5uZXQ+iF4E
ExECAB4FAkFI/3wCGwMGCwkIBwMCAxUCAwMWAgECHgECF4AACgkQeU1Ud/3tgGde
UACdFRwRE2IOuyNd3gJE+q4K/EqGW48AnjzdslO5z9MSl4qFKYnyWX4mEtQ5
=X8k4
-----END PGP PUBLIC KEY BLOCK-----
2005 Nov 22
0
Cross compiling with Qt and MinGW for Linux
...iyTac35WySo17nla/6mLzOIqQF5Vf0+BmPG+GoCGhZCv
5jKiv3jTSrue5a1ANL6CKJxN9KYQpWUuc8boEMKlmbJ67UYC/Az0uVJDrs84Ycv7
l9A73sNQZWHOQTnyqH5JdJE+ppYWn/mXQmj7QLsDMGTRtPoaRDgd5kesBWPbCLnm
U92SBinCOdK78vwkVgB8Yj07tTApd3PVWmy3gqKp+YDewroeuLQ2Sm9hcXXDrW4g
TWFudWVsIEZlcm7DoW5kZXogUXVpbGVzIDxqb2FxdWluZkBjYW50di5uZXQ+iF4E
ExECAB4FAkFI/3wCGwMGCwkIBwMCAxUCAwMWAgECHgECF4AACgkQeU1Ud/3tgGde
UACdFRwRE2IOuyNd3gJE+q4K/EqGW48AnjzdslO5z9MSl4qFKYnyWX4mEtQ5
=X8k4
-----END PGP PUBLIC KEY BLOCK-----
2012 Sep 11
2
how to qplot two x-axis x1:Farenheit x2:Celsius
Hi,
how can i plot two different x axis in a ggplot2 qplot?
I want to plot Farenheit and Celsius in one diagram.
x1:Farenheit x2:Celsius
kind regards,
--
Jonas Stein <news at jonasstein.de>
2012 Sep 15
1
p-values in agricolae pearson correlation
I have used the correlation analysis (pearson) in the agricolae package to
analyse my data and got unexpectedly low p-values (therefore making many
more highly significant correlations in my data than I had expected). I am
wondering if the p-values given should be subtracted from 1 to give the real
p-value, because for each variable compared against itself has a p-value of
1 and I thought it
2012 Oct 15
1
library(rmeta)
Hello,
I have a data with following format:
Predictors n11 n12 n21 n22 Odds.Ratio log.ratio se.log.odds.
1 ProcOR respirato
2 ProcVaric vein
3 DiagCardiac anom
4 DiagAllergy
5 DiagOth skin dx
6 DiagGastritis
I want to plot odds ratio by command: forestplot in rmeta library, but I get the following error constantly.
Error in
2012 Jun 14
2
density plot on a log scale
I'm working with a large dataset - large enough that when I do a scatter plot
the points all blur together, so I want to plot their density by color - a
heat map or something like that. I've used smoothScatter for tasks like
this, but the problem is that my current dataset really only looks good on a
log-log scale. When I do the following command
smoothScatter(
data,
2012 May 14
3
Add column from other columns data.
Hi everyone,
I am having some problems with making a new colomn wit data in it.
I have this one column named: Fulfilled
Fulfilled
1
1
0
1
1
1
1
0
0
1
And now I would like to add another colum to my .csv file ("Finished")
In this "Finished" column I would like to have "Yes" or "No".
Where in colomn "Fullfilled" is a 1, "Finished"
2012 Jul 21
5
package XML does not load in R 2.15.1
I am getting what appears to be an Unbuntu level error in trying to install the
XML package.
Both commands:
install.packages("XML:)
install.packages("XML", dependencies = TRUE)
give an error .
The full installation script is below but the problem to my very inexperenced eye seems to be here:
checking for pkg-config... /usr/bin/pkg-config
checking for xml2-config... no
Cannot
2012 Jun 12
6
Attempting to update from R 2.14 to 2.15
I am very new to Linux so I probably am doing something stupid but I cannot seem to update to R 2.15
Using Ubuntu 12.02 Precise Penguin
I realise that debian packages are not updated regularly so I tried to follow the insructions at the R-site
So far, I have modified /etc/apt/sources.list to read
## R CRAN added 2012-06-12
deb http://probability.ca/cran/bin/linux/debian squeeze-cran/
Issued