search for: sncf

Displaying 9 results from an estimated 9 matches for "sncf".

Did you mean: ncf
2007 Mar 20
6
bad URI problem when submitting a form
...to be invalid. I really don''t see the way I should try to solve that problem. I searched on the web, but didn''t found any kind of that problem. Here is the code : require ''mechanize'' agent = WWW::Mechanize.new page = agent.get(''http://www.voyages-sncf.com/leisure/fr/launch/home/'') # the form isn''t on the main page, and it''s necessary to follow that # link to get a session on the site (local cookie) link = page.links.text("train") page = agent.click(link) form = page.forms.first # filling the form form.ORIG...
2008 Dec 10
1
subset point data set by distance ranges
...same locations. I have reason to believe that the relationships between predators and prey varies with spatial scale (nested processes). To test this hypothesis, I'd like to generate subsets of the points that are separated by distance ranges (1-50 km, 51-100 km, etc) so I can run Sncf (package ncf) on the subsets. I cannot find a way to do this with R code. Getting a distance matrix is easy. Using that to help generate a series of distance-based subsets is something I cannot figure out (without manually entering a list of all the point pairs). Any suggestio...
1999 Oct 08
0
FW: lsa query failing
...with no problems. > > > > > > I used the smbpasswd from 2.0.5a to join the domain after > > > suffering with smbpasswd. > > > > > > Alan. > > > > > > -----Original Message----- > > > From: Bernard PRADIE [SMTP:bernard.pradie@sncf.fr] > > > Sent: 08 September 1999 08:09 > > > To: Multiple recipients of list SAMBA-NTDOM > > > Subject: Re: Update problems > > > > > > I have the same problem with smbpasswd. > > > 445 seems to be a port. what service ? > > > #grep 4...
2009 Feb 03
2
Problem sharing a directory which contains other mountpoints
Hi, Here is my problem : On a server we have a directory, /data, shared with Samba. In this directory, we have two mountpoints : mp300 which contains a 300GB filesystem, and mp500 which contains 500GB filesystem. So we have : |----data |-------mp300 => 300GB |-------mp500 => 500GB and /data is shared wich Samba. On Windows, if we try to put many files, a
2008 Jun 10
0
TR : Probs with paste
...EVANS David-William Objet?: Re: [R] Probs with paste As another poster said, you didn't actually tell us what you wanted. But I wouldn't be at all surprised if ?get is just what you're looking for. Sarah On Mon, Jun 9, 2008 at 10:44 AM, EVANS David-William <david-william.evans at sncf.fr> wrote: > Hello all, > > > > After some months doing ok with R, I am embarrassed that I have to make > this my first posting to the help list. I am trying to run the > following (actually in a loop but shortened for the post): > > > > risk.factors <- c(&...
2008 Jun 09
2
Probs with paste
Hello all, After some months doing ok with R, I am embarrassed that I have to make this my first posting to the help list. I am trying to run the following (actually in a loop but shortened for the post): risk.factors <- c("file$A", "file$B", "file$C", "file$D", "file$E") table(paste(risk.factors[1])) but run into problems
2002 Jul 31
5
help
Hello, I would like to apply BAGGING to classification tree. Does a package exists on that method? In advance I thank you for your answer and I am looking forward to hearing from you . Best regards, Vincent HERNU. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info",
2008 Nov 03
1
Input correlation matrix directly to princomp, prcomp
Hello fellow Rers, I have a no-doubt simple question which is turning into a headache so would be grateful for any help. I want to do a principal components analysis directly on a correlation matrix object rather than inputting the raw data (and specifying cor = TRUE or the like). The reason behind this is I need to use polychoric correlation coefficients calculated with John Fox's
2008 Nov 05
2
"Text" function in 3D graph
Fellow R users, I often use « text » to annotate plots in 2 dimensions. Having grown up to 3 dimensions recently, I am looking for a similar function. Could anyone provide code for how to annotate points in a 3-d plot? Your help is greatly appreciated. For Sébastien Velazquez. --------------------- Merci de répondre à cette adresse e-mail et à davidwevans1@gmail.com