Interval( "Duration of Megafauna");
will find the difference between "Beginning of Megafauna" and "End of Megafuana". To work interval commands must be in the right place.
The difference command is usually put anywhere within the outer command (Phase or Plot) of the model and specifies what difference you want directly so the following should give the same answer:
Difference( "Duration of Megafauna","End of Megafuana","Beginning of Megafauna");
Typically you would place it just before the last closing };
Christopher
> --
> You received this message because you are subscribed to the Google Groups "OxCal" group.
> To post to this group, send an email to ox...@googlegroups.com.
> To unsubscribe from this group, send email to oxcal+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/oxcal?hl=en-GB.
R_Combine uses the error weighted mean - which is different. Each have their uses and strengths.
Christopher
Well I assume that Calib can used the non-error-weighted mean and pooled variance method - but I have not investigated. I don't think the term 'pooled mean' is used for the error-weighted mean and the associated method of uncertainty calculation. But I may be wrong. OxCal does indeed use the method outlined by Ward and Wilson.
Christopher
The Calib manual gives the same formula for the test statistic as the OxCal manual and cites Ward and Wilson [1]. The quantity described in the OxCal manual as "a combined determination r_c" [2] is what Ward and Wilson call a pooled mean, A_p, and give in their equation 6. OxCal has always given the same answer as my spreadsheet implementation of Ward and Wilson, so I am confident it does indeed use that method. There should be no difference in Calib, and the one example I've tried gave exactly the same results in both programs.
[1] http://calib.qub.ac.uk/calib/manual/chapter2.html under 'Tools / Sample Significance'
[2] http://c14.arch.ox.ac.uk/oxcalhelp/hlp_analysis_inform.html#calib under 'Maths'
Quickly, the following should illustrate what I'm dealing with:
R_Combine("Samples")
{
R_Date ("P-977", 10113, 275);
R_Date ("P-743", 10452, 128);
R_Date ("P-970", 10477, 90);
R_Date ("P-972", 10496, 120);
R_Date ("P-741", 10531, 126);
R_Date ("P-966", 10557, 121);
R_Date ("P-967", 10626, 244);
R_Date ("P-973", 10637, 114);
R_Date ("P-739", 10642, 134);
R_Date ("P-971", 10758, 226);
R_Date ("P-974", 10824, 119);
R_Date ("P-975", 11011, 225);
};
The above command in OxCal gives a mean of 12540 calBP, and 2 ranges at 95.4%: 12636-12515 calBP (69.9%), and 12500-12424 calBP (25.5%).
Using Calib's (v. 6.0.1) "Pooled Mean" function returns the following:
Radiocarbon Age 10581±39
One Sigma Ranges: [start:end] relative area
[cal BP 12437: cal BP 12462] 0.204478
[cal BP 12528: cal BP 12596] 0.795522
Two Sigma Ranges: [start:end] relative area
[cal BP 12423: cal BP 12503] 0.298296
[cal BP 12514: cal BP 12631] 0.701704
Both are using IntCal 09. The Calib dates are different. Admittedly the differences are slight and may be due to how each program handles rounding. These differences would essentially disappear if I rounded the confidence limits of the dates to the nearest 10. But, in this instance, the means reported are 40 years appart. Thus, rounding the means to the nearest 50 yrs. would make this difference 50 cal yr. (or 100, if I round to the nearest 100 years). I'm not sure how this would impact the results of my study, but I just noticed that the output was different.
Because I am dealing with several instances where I have multiple dates from the same event, I was unsure how best to treat them. A similar study I read used Calib to create a pooled mean, and then used OxCal to calibrate and create a summed-probability model of all their dates. I would prefer to use 1 program (OxCal) to do the entire analysis (including a summed-probability model and Bayesian analysis), so using the "Combine" function seemed the most logical (and simpler) choice.
-Matt
Matthew Boulanger, M.A., R.P.A.
Archaeometry Laboratory
University of Missouri Research Reactor
1513 Research Park Drive
Columbia, MO 65211
573.882.5260 tel
573.882.6360 fax
boula...@missouri.edu
Archaeometry Laboratory
http://archaeometry.missouri.edu/
Best wishes
--
https://c14.arch.ox.ac.uk/oxcalhelp/hlp_analysis_inform.html#calib
where it says:
"Note that all calculations are performed in terms of radiocarbon concentration (rather than BP date). This includes calibration. If you wish to override this you can do this by setting the option 'Use F14C space' to off. This only affects the calibration itself all other calculations, such as reservoir mixing etc will be performed in terms of radiocarbon concentration F14C."
This makes virtually no difference for young dates - but becomes increasingly important as you get older. I have checked the calculation both ways using Excel and it gives the two slightly different answers.
Ultimately I think the combination in F14C or %modern is the right way to do this - and as the dates get close to background it is essential.
Anyway I hope this explains the difference you see here to your satisfaction.
Christopher
You are comparing the calibrated mean from OxCal with the uncalibrated mean from Calib. When I do these calculations I only get small differences:
Program Pooled mean Uncertainty Test statistic
Calib 6.01 10580.98 38.98903 14.86383
OxCal 4.1 10585 39 15.0
OpenOffice 10580.98 38.98903 14.86383
Calibrated results in cal BP:
Calib 6.01 OxCal 4.1 Build 61
68.2% 12437-12462 12439-12460
12528-12596 12529-12599
95.4% 12423-12503 12423-12501
12514-12631 12515-12636
For OxCal I used Resolution=1; Cubic=FALSE; UseF14C=FALSE to bring it as close as possible to what I believe Calib does.
If I calibrate one program's combined value in both programs, then the ends of the ranges differ by no more than 1 year, and the majority are the same. So the small differences in calibrated ranges above are due to OxCal's calculation of the pooled mean differing from Ward and Wilson's method as implemented in both Calib and my own spreadsheet.
Best wishes
Andrew
--
Dr. Andrew Millard A.R.M...@durham.ac.uk
Durham University
Senior Lecturer in Archaeology Tel: +44 191 334 1147
Archaeology: http://www.dur.ac.uk/archaeology/
Personal webpage: http://www.dur.ac.uk/a.r.millard/
Yes - and the difference is that in OxCal the dates are converted to F14C - then the Ward and Wilson statistical method is applied - and then they are converted back. It does this regardless of whether UseF14C=FALSE or TRUE. The latter option only defines whether the calibration itself is performed in F14C space or BP space. In Excel, I also get 10580.98 with the BP combination but 10585.23 when converted to F14C space before combination. This latter agrees with the value calculated in OxCal (rounded to the nearest year).
Christopher
I see now why there is a difference. OxCal's method is strictly the correct one as the approximation of normality of the errors in radiocarbon years BP is not used. Ward & Wilson suggest that the approximation only breaks down beyond 30,000 BP, but the shift of a few years between Calib and OxCal for this example illustrates that if high-precision posteriors are being obtained, then for accurate results it is necessary to work in F14C even at 10,000 BP.