Displaying 2 results from an estimated 2 matches for "revolutionaire".
2011 Dec 22
8
WINE on AMD cpu
I saw in the 'myths' section that WINE will not run on an AMD cpu. Can someone confirm or deny? I would like to run WINE, but I do not seem to have the correct cpu to use it.
2007 Oct 24
3
Partial aggregate on sorted data
Hi All,
I'm looking for ways to compute aggregate statistics (with the aggregate
function) but with an option for sorting and selecting a subset of the data
frame. For example, I have would like to turn this :
aggregate(myDataframe$TargetValue,list(SomeFactor =
myDataframe$SomeFactor),mean)
into something like
aggregate(myDataframe$TargetValue,list(SomeFactor =