Hello Sarah,
That was an error in my writing out the model. After the first declaration of SHCal and ‘Delta R apatite’ you need to put = in front like this
Plot()
{
Curve("SHCal20","shcal20.14c");
Delta_R("Delta R apatite", N(0,300));
Combine("PairAC")
{
Curve("=SHCal20");
R_DATE("H03008c",1480,20);
Delta_R("=Delta R apatite");
R_DATE("H03008a",1400,20);
};
Curve("=SHCal20");
Delta_R("=Delta R apatite");
R_DATE("H03007",1420,20);
R_DATE("HH06007",1670,20);
};
Best wishes
Andrew
--
Prof. Andrew Millard
Department of Archaeology,
Durham University, UK
Email: A.R.M...@durham.ac.uk
Personal page: https://www.durham.ac.uk/staff/a-r-millard/
Dunbar 1650 MOOC: https://www.futurelearn.com/courses/battle-of-dunbar-1650
From: ox...@googlegroups.com <ox...@googlegroups.com>
On Behalf Of Sarah Martini
Sent: 10 September 2025 13:59
To: OxCal <ox...@googlegroups.com>
Subject: Re: Incorporating Apatite and Collagen Dates in one model
You don't often get email from sjmar...@gmail.com. Learn why this is important |
[EXTERNAL EMAIL]
Dear Christopher and Andrew,
Thank you for these suggestions to use Delta_R. I have two follow up questions.
One is about the syntax for calling up the Delta_R. I tried to implement Andrew's suggestions using this code:
Plot()
{
Curve("SHCal20","shcal20.14c");
Delta_R("Delta R apatite", N(0,300));
Combine("PairAC")
{
Curve("SHCal20");
R_DATE("H03008c",1480,20);
Delta_R("Delta R apatite");
R_DATE("H03008a",1400,20);
};
Curve("SHCal20");
Delta_R("Delta R apatite");
R_DATE("H03007",1420,20);
R_DATE("HH06007",1670,20);
};
The resulting error messages and lack of difference between the modelled and unmodelled dates (at least for the last two) tells me I'm doing something wrong. Any ideas where I went wrong?
To view this discussion visit https://groups.google.com/d/msgid/oxcal/2f8fdc24-bae8-4201-a30b-be1668a84d47n%40googlegroups.com.
The Normal(0,300) is the prior allowing that we have a vague idea before we make measurements about what the Delta_R will be. The posterior with median -96 and 95% probability range -165 to -33 is the updated value after seeing the data for the paired sample and is applied to all the apatite samples.
[EXTERNAL EMAIL]
To view this discussion visit https://groups.google.com/d/msgid/oxcal/de826488-746a-4316-a5e8-5a65e636ece0n%40googlegroups.com.