Displaying 1 result from an estimated 1 matches for "diastance".
Did you mean:
_distance
2011 Jul 16
1
Fwd: construct boxplots from data with varying column widths
...stead one of these:
aggregate(data2, data2$function. , FUN=mean)
tapply(data2$runtime, data2$function. , FUN=mean)
data2$grpmean <- ave( data2$runtime, data2$function. , FUN=mean)
The last one adds a column in the dataframe and could be useful for
identifying items that are some particular diastance away from thier
group mean.
--
David Winsemius, MD
West Hartford, CT
David Winsemius, MD
West Hartford, CT