Re: [R] Calculating Betweenness - Efficiency problem

2008-07-24 Thread Senthil Purushothaman
Purushothaman Cc: jim holtman; r-help@r-project.org Subject: Re: [R] Calculating Betweenness - Efficiency problem Senthil, sending a 12Mb file to the list is not a good idea. I've run the code in my previous email without any problem, so you need to be a bit more specific about what went wron

Re: [R] Calculating Betweenness - Efficiency problem

2008-07-23 Thread Gabor Csardi
I am attaching the Test.csv file for your > experiments. Thank you very much again. > > Best regards, > Senthil > (909) 267-0799 > > -Original Message- > From: Gabor Csardi [mailto:[EMAIL PROTECTED] > Sent: Monday, July 21, 2008 1:57 AM > To: Senthil Purusho

Re: [R] Calculating Betweenness - Efficiency problem

2008-07-22 Thread Senthil Purushothaman
-help@r-project.org Subject: Re: [R] Calculating Betweenness - Efficiency problem Senthil, you can try the 'igraph' package. Export your two-column Excel file as a .csv, use 'read.csv' to read that into R, then 'graph.data.frame' to create an igraph graph from it. Final

Re: [R] Calculating Betweenness - Efficiency problem

2008-07-21 Thread Gabor Csardi
rom: jim holtman [mailto:[EMAIL PROTECTED] > Sent: Sat 7/19/2008 4:49 AM > To: Senthil Purushothaman > Cc: r-help@r-project.org > Subject: Re: [R] Calculating Betweenness - Efficiency problem > > It would seem that you can output the initial file from EXCEL, read it > into R with 

Re: [R] Calculating Betweenness - Efficiency problem

2008-07-19 Thread Senthil Purushothaman
Subject: Re: [R] Calculating Betweenness - Efficiency problem It would seem that you can output the initial file from EXCEL, read it into R with 'read.csv' and then use 'factor' to convert the characters for City1 and City2 to the numbers that you want to use. Have you tried t

Re: [R] Calculating Betweenness - Efficiency problem

2008-07-19 Thread jim holtman
--- > From: jim holtman [mailto:[EMAIL PROTECTED] > Sent: Sat 7/19/2008 4:49 AM > To: Senthil Purushothaman > Cc: r-help@r-project.org > Subject: Re: [R] Calculating Betweenness - Efficiency problem > > It would seem that you can output the initial file from EXCEL, read it > in

Re: [R] Calculating Betweenness - Efficiency problem

2008-07-19 Thread jim holtman
It would seem that you can output the initial file from EXCEL, read it into R with 'read.csv' and then use 'factor' to convert the characters for City1 and City2 to the numbers that you want to use. Have you tried this approach? On Fri, Jul 18, 2008 at 3:51 PM, Senthil Purushothaman <[EMAIL PROTE

[R] Calculating Betweenness - Efficiency problem

2008-07-18 Thread Senthil Purushothaman
Hello, I am calculating 'Betweenness' of a large network using R. Currently, I have the node-node information (City1-City2) in an excel file, present in two columns where column A has City1 and column B has City2 that city1 is connected to. These are the steps that I go through to calculate bet