Re: [R] CPU Usage with R 2.1.0 in Windows (and with R 2.3.1)

2006-08-07 Thread Singu
You could compile R using specific libraries if threading/dual core is the issue Look eg here: http://tolstoy.newcastle.edu.au/R/devel/05/12/3355.html and in R Administration Guide Section A.(2.2) . And probably you are better of with Linux if you rely on speed: http://www.r-project.org/useR-2006/

[R] matching pairs in a Dataframe?

2006-08-16 Thread Singu
Dear list, I want to extract pairs of values out of a dataframe where one criteria/condition does match. I have an experiment with 3 conditions which were not always applied: e.g.: group cond x A 1 2 A 2 4 A 3 6.5 B 1 3 B