Re: [R] Passing data to t.test in loop

2014-12-08 Thread PIKAL Petr
g > Subject: [R] Passing data to t.test in loop > > Dear All > > First post so sorry for any breaches of etiquette. > I have a csv containing the results for a series of experiments which > record the time taken for various sizes of iterations. > > "run_id",&q

[R] Passing data to t.test in loop

2014-12-02 Thread Paul Johnston
Dear All First post so sorry for any breaches of etiquette. I have a csv containing the results for a series of experiments which record the time taken for various sizes of iterations. "run_id","size","time" 1,100,1.00 2,200,2.100 3,100,1.100 4,200,2.100 5,200,1.900 6,300,4.00 7,200,2.5 ... I r