cal_point | R Documentation |
This function implements a number of methods for deriving a single point
estimate of calendar age from calibrated radiocarbon dates. Note that none of
these methods produce a good estimate \insertCiteMichczynski2007c14,
and should only be used as a last resort if the probability distribution
function or an interval estimate is not appropriate, in which case
method = "mode"
(the default) is recommended.
cal_point(
x,
method = c("mode", "median", "mean", "local_mode", "central"),
interval = 0.954,
quiet = FALSE
)
x |
|
method |
Character. Method of estimation:
|
interval |
Numeric. Only used for |
quiet |
Set |
If x
has more than one modal value, cal_point(x, method = "mode")
will
return the first.
Numeric vector the same length as x
giving the point estimate for each
calibrated date.
Other functions for summarising calibrated radiocarbon dates:
cal_age_range()
cal_point(c14_calibrate(10000, 30))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.