Tagged Questions

5
votes
6answers
343 views

What's the quickest way to get the mean of a set of numbers from the command line?

Using any tools which you would expect to find on a nix system (in fact, if you want, msdos is also fine too), what is the easiest/fastest way to calculate the mean of a set of numbers, assuming you ...
0
votes
3answers
49 views

How can I get xtabs to calculate means instead of sums in R?

I have a data frame where each line represents an individual. That data frame has two variables: age and year. I want to make a table of average ages per year. How can I do it? The best I could come ...
0
votes
1answer
199 views

Calculating arithmetic mean (average) in Python

Is there a built-in or standard library method in Python to calculate the arithmetic mean (average) of a list of numbers?
0
votes
5answers
460 views

Calculate means of rows

I have a dataframe called ants detailing multiple entries per site, looks like this: Site Date Time Temp SpCond Salinity Depth Turbidity Chlorophyll 1 71 6/8/2010 14:50:35 14.32 49.88 ...