Hi everyone.
I need to run a model that includes a terminus ante quem (TAQ). Reviewing the manuals, the former "TAQ" command is now "Before ()". Oxcal runs the MCMC but ends before reaching 100% done and convergence.
The table contains the model data but the graph is not generated. I copy the code below.
I take advantage of asking how I include in the model a constraint for all the data or for only some.
Thank you very much for the help.
Sequence("")
{
Boundary("1");
Sequence()
{
Phase()
{
R_Date("UCIAMS-235989", 350, 15);
R_Date("UCIAMS-232625", 360, 15);
R_Date("UCIAMS-232626", 645, 15);
R_Date("D-AMS 030640", 384 , 33 );
R_Date("D-AMS 030641", 549 , 26 );
R_Date("D-AMS 030642", 343 , 23 );
R_Date("D-AMS 030644", 559 , 23 );
R_Date("D-AMS 030645", 521 , 30 );
R_Date("D-AMS 030643", 404 , 26 );
};
Before(C_Date("Tefra",1600));
};
Boundary("2");
};
--
Pablo Mendez-Quiros Aranda
Universidad Autónoma de Barcelona.