Dear All,
I cannot run this simple model with success. I decided to use parameters just because of the constraints that are based on radiocarbon ages that must be nested within the phase/sequence. What's wrong?
Greetings,
T.
Here is the code (sorry, without 14C ages):
// likelihoods:
A = R_Date();
B = R_Date();
C = R_Date();
D = R_Date();
E = R_Date();
F = R_Date();
G = R_Date();
H = R_Date();
I = R_Date();
J = R_Date();
K = R_Date();
L = R_Date();
M = R_Date();
N = R_Date();
O = R_Date();
// dependent likelihoods:
LA = A;
LB = B;
MA = C;
MB = (D & E);
MC = F;
MD = G;
ME = H;
MF = (I & J);
MG = K;
MH = (L & M);
MI = N;
MJ = O;
//sequence:
Boundary("BLS") < (LA|LB) < Boundary("BLE") < Boundary ("BMS") <(MA|MB|MC|MD|ME|MF|MG|MH|MI|MJ) < Boundary("BME");
//constraints:
MB < MA;
MB < ME;