search for: ed15

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

Did you mean: eb15
2007 Aug 07
1
Error in as.double.default(x) : (list) object cannot be coerced to 'double'
...ed to 'double' Note: The diagonal values for X1 was neglected as its seems to give some bias in my results. Code to derive X1,X2,X3..and Y1,Y2,Y3 is given as: > EDant <- read.table("C:/ant.txt",sep="\t") > ED1 <- as.matrix(EDant) > X1 <- lapply(1:ncol(ED15), function(a) ED15[-a, a]) # to neglect diagonal values I am attaching couple of matrices for your reference. ANT.txt is X1 after deleting the diagnol values, similarly,ANTEXP.TXT is Y1, apetella.txt is X2 and apetellaexp.txt is Y2 I tried reading R-manual and other sources but have'nt cra...
2007 Aug 07
0
plotting series of matrices on a single plot.
...ed to 'double' Note: The diagonal values for X1 was neglected as its seems to give some bias in my results. Code to derive X1,X2,X3..and Y1,Y2,Y3 is given as: > EDant <- read.table("C:/ant.txt",sep="\t") > ED1 <- as.matrix(EDant) > X1 <- lapply(1:ncol(ED15), function(a) ED15[-a, a]) # to neglect diagonal values I am attaching couple of matrices for your reference. ANT.txt is X1 after deleting the diagnol values, similarly,ANTEXP.TXT is Y1, apetella.txt is X2 and apetellaexp.txt is Y2 I tried reading R-manual and other sources but have'nt cra...
2007 Jun 05
9
PPTP port forwarding question
Hello, Please see the following picture: http://www.wilson-kwok.com/pptp.jpg I used one to one NAT from 210.0.0.1 to 192.168.0.2 for web server, and then use port forwarding from 210.0.0.1 to 192.168.0.3 for pptp server, but I cannot connect from my home to pptp server. Here is the nat file: 210.0.0.1 eth0:2 192.168.0.2 Here is the rules