Hello,
I've been making a Summed Probability Density with 20 data by applying Intcal 20 curves.
I also want to run an MCMC simulation with these data.
The problem is that I'm relatively new to using OxCal, so can't make complicated codes.
I made this code below,
Plot()
{
Boundary();
{
Date("a",3010,60)
Date("b",2990,50)
Date("c",2990,50)
Date("d",2950,50)
Date("e",2930,60)
Date("f",2930,50)
Date("g",2900,50)
Date("h",2850,60)
Date("i",2840,50)
Date("j",2850,50)
Date("k",2840,50)
Date("l",2840,50)
Date("m",2850,50)
Date("n",2810,50)
Date("o",2750,50)
Date("p",2740,50)
Date("q",2550,50)
Date("r,2470,80)
Date("s",2470,60)
Date("t",2300,50)
};
Order();
Boundary();
MCMC_Sample("MCMC_Sample.csv", 10, 1000);
};
and it doesn't work properly.
The alert said,
Cannot parse OxCal output:
SyntaxError: Unexpected token '}'
Can you check it and please find the errors?
Thanks a lot for any help with it.