Exercise 2: Basic Graphs.    [Back]   [PDF version]
 

POINTS.SYD is a real archaeological dataset containing information on 160 ground slate points from Maritime Archaic sites in the Northeast (based on Rutledge 1980).  The following variables have been recorded for each point:

Your assignment is to do the following:

1. Use a bar chart or pie diagram to show the proportion of all faceted points associated with each kind of context (i.e., burial vs. habitation).  Do the same for unfaceted points and compare the two diagrams.

2. Compute descriptive statistics (mean, median, standard deviation, hinge spread) for the numeric measurements on all points, then do the same for faceted and unfaceted points separately.  Explore the differences between faceted and unfaceted points using boxplots and stem-and-leaf diagrams.  What's going on?

3. Using all the data on points, plot several histograms of length, experimenting with the class intervals (boundaries and widths) to see what such variation does to the shape of the histogram.  Next, stratify these points by context and plot histograms of length for each context separately.  How do you interpret your results?  If you had to define two categories of points based on length, where would you set the boundary between the categories and why?  (If the patterning in the frequency distribution of length for all points is not as clear as you would like, try looking at the frequency distributions for faceted and unfaceted points separately.)

4.  Is there evidence that points found in burials exhibit different amounts of utilization than those found in habitation contexts?  (Answer this question for all points combined, then for faceted and unfaceted points separately.)  Do points of different lengths differ in terms of their degree of utilization?  Be sure to support your answers with appropriate charts and descriptive statistics.  (Boxplots may be especially useful.)  Interpret your results.

Reference:
Kerry W. F. Rutledge (1980). An Analysis of Ground Stone Points in the Moorehead Phase. Unpublished Master's thesis, Department of Anthropology, State University of New York at Binghamton.


Datasets for this exercise (right-click to download):


Back