Selection and Counting
This is the trickiest part. From the survey matrix, select those rows where the first column is "m" or "f".
In[51]:=
In[36]:=
In[79]:=
Then extract the 3rd column from each of those matrices.
In[53]:=
In[48]:=
Out[48]=
In[55]:=
Out[55]=
Count the number in each bin from 48 to 80 with spacing 1.
In[57]:=
Out[57]=
In[58]:=
Out[58]=
Created by Mathematica (September 23, 2003)