Hello, everyone. I’d like to ask for help with the model below. This is a model based on six charcoal dates extracted from an archaeological site. Of these six dates, two are in stratigraphic relationship in one column (“195A”), and another two are also in stratigraphic relationship in another column (“195B”). The remaining dates do not have a clear stratigraphic relationship with the others.
My problem is that the date Ranl-195-2c consistently gives me a very low agreement (ca. 31%). I can’t figure out what’s going on, since this date is clearly older than the one that follows it in the “195B” sequence.
Thanks in advance for any help. Best regards.
Plot()
{
Curve("SHCal20","shcal20.14c");
Sequence (Ranl-195)
{
Boundary ("Start Ranl-195");
Phase ("Ranl-195")
{Sequence ("195A")
{
Boundary ("Start 195A");
R_Date("Ranl-195-2a",5883,35);
R_Date("Ranl-195-2b",5921,32);
Boundary ("End 195A");
};
Sequence ("195B")
{
Boundary ("Start 195B");
R_Date("Ranl-195-2c",6050,29);
R_Date("Ranl-195-2d",5861,33);
Boundary ("End 195B");
};
R_Date("Ranl-195-2e",5913,34);
R_Date("Ranl-195-2f",5962,32);
};
Boundary ("End Ranl-195");
Span("Ranl-195");
};
};
Thanks again; your advice will also be useful for other models I’m working on.
Best regards,
Patricio
--
You received this message because you are subscribed to a topic in the Google Groups "OxCal" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/oxcal/AQSZuLlrr10/unsubscribe.
To unsubscribe from this group and all its topics, send an email to oxcal+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/oxcal/54d94c5b-3618-4ab1-b506-3fc9812be792n%40googlegroups.com.