

--Hi all,
Thanks to the work of many of the regular contributors here, I think I've been able to develop a reasonable grasp of the relationships between 14C dates, archaeological phases, and OxCal's boundaries. Something that I still struggle with is how best to describe and/or illustrate this - there've been a few clear discussions here of the inadvisablity of using medians (about which I certainly agree), and while reporting 95% ranges for beginning and ending phase dates is comprehensive, I think it can be confusing for a non-expert audience. It also fails, I think, to capture the potentially important issue that there may be a span of time *between* those uncertain boundaries that is known with a high degree of certainty to correspond with an archaeological phase.
At any rate, I've started plotting these phases using cumulative probability plots, and would appreciate any input on the pros and cons (this will come out in Senri Ethnological Studies as part of some of my work on first millennium BCE Central Andean chronology - but that may not be a publication whose readership overlaps much with the OxCal list).
The logic is that the parameter of archaeological interest/utility is less the probability that any particular calendar date is the exact phase start date, than it is the probability that, for any particular calendar date, the phase *has begun* (or ended).
I've developed a function in R to take two OxCal .prior files (boundaries, as I've used it, though there's no reason that they have to be) and plot a polygon that comprises the cumulative probability that a phase *has begun*, (potentially) a period between the start and end dates when the phase is 100% certain to be underway (within the limits of the information/assumptions, of course), and the reversed cumulative probability that the phase remains underway.
The attached image illustrates this using simulated data (40 dates drawn from a uniform distribution, run with R_Simulate to create a bounded phase model) for a 1200 - 900 BCE archaeological phase. The figure shows the calculated start and end boundaries (dotted lines), the 95% confidence earliest and latest dates (red plusses), the medians (blue x's), and the cumulative probability polygon (grey). Obviously there's no new information represented by the cumulative probability polgyon, but it emphasizes the period in the middle that can confidently be asserted, and I think provides a more easily digestible single visual summary than the two boundary pdfs.
Having said that, I would be very interested to hear the opinions of this forum, particularly about a) whether there are some hidden pitfalls here that I may be missing, and b) whether this has been done before and I just don't know it. I can share the R function code if people would be interested in using it.
Thanks,
Dan
--
Daniel A. Contreras, Ph.D
Postdoctoral Research Fellow, OT-Med
Adaptation of Mediterranean Economies of the Past to Hydroclimatic Changes (AMENOPHYS)
Institut Méditerranéen de Biodiversité et d'Ecologie - IMBE
Aix-Marseille Université
Campus Aix
Technopôle Arbois - Méditerranée
Bâtiment Villemin - BP 80
F-13545 Aix-en-Provence cedex 04, France
You received this message because you are subscribed to the Google Groups "OxCal" group.
To unsubscribe from this group and stop receiving emails from it, send an email to oxcal+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Dan,
What you have done is exactly what I do when I want to show the time when a site was occupied in an animation. I export the priors for the start and end of the phase (or occupation if it is a more complex model), and then calculate the distribution you have shown in your png file in Excel. Spots then get redder as the probability that they were in use at a particular time increases (those where the boundaries overlap don’t ever get fully red). This is a pain in the neck, and anyone who can provide an easier way for me to do this is due a jar of home-made marmalade.
THANK YOU.
Alex
English Heritage is changing into two organisations. From Spring 2015, we shall become Historic England, a government service championing England's heritage and giving expert, constructive advice, and the English Heritage Trust, a charity caring for the National Heritage Collection of more than 400 historic properties and their collections. This e-mail (and any attachments) is confidential and may contain personal views which are not the views of English Heritage unless specifically stated. If you have received it in error, please delete it from your system and notify the sender immediately. Do not use, copy or disclose the information in any way nor act in reliance on it. Any information sent to English Heritage may become publicly available.

If you are going to use Sum you should anyway use it within a model as in:
Plot()
{
Sequence()
{
Boundary("TestStart");
Sum("TestPhase")
};
OR
Sum("Sum from phase");
};
Boundary("TestEnd");
};
};
Christopher
> On 10 Feb 2015, at 22:01, dcontreras <fuzzy.c...@gmail.com> wrote:
>
> <testphase_withsum&sample.png>


...To unsubscribe from this group and stop receiving emails from it, send an email to oxcal+uns
Hi Erik,
Yes, explaining this to statistics-phobic archaeologists is a challenge. I don’t think archaeologists need any encouragement, however, to ignore the errors on their dates (although I appreciate that you have added error to your medians). Folks might find the attached animation useful. English Heritage commissioned this from Derek Hamilton at SUERC a few years ago (this version is the grand-daughter of the original). You should be able to embed it in powerpoint, and then click on it to stop it at will as you are explaining that scatter matters!
Alex
From: ox...@googlegroups.com [mailto:ox...@googlegroups.com] On Behalf Of Erik
Sent: 17 February 2015 20:34
To: ox...@googlegroups.com
Subject: Re: describing phases with cumulative probability plots
Hi all—
--
You received this message because you are subscribed to the Google Groups "OxCal" group.
To unsubscribe from this group and stop receiving emails from it, send an email to oxcal+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
English Heritage is changing into two organisations. From Spring 2015, we shall become Historic England, a government service championing England's heritage and giving expert, constructive advice, and the English Heritage Trust, a charity caring for the National Heritage Collection of more than 400 historic properties and their collections. This e-mail (and any attachments) is confidential and may contain personal views which are not the views of English Heritage unless specifically stated. If you have received it in error, please delete it from your system and notify the sender immediately. Do not use, copy or disclose the information in any way nor act in reliance on it. Any information sent to English Heritage may become publicly available.
