Contains new age models created with the IntCal20 (Reimer et al., 2020), SHCal20 (Hogg et al., 2020) and Marine20 (Heaton et al., 2020) calibration curves, in combination with the package ageR (Villegas-Diaz et al., 2022). Represents the age_model table in the database.

age_model

Format

A data frame (tibble object) with 95954 rows and 8 variables:

ID_MODEL

Unsigned integer: Unique identifier for the type of model (e.g. IntCal20 = 8) (as in the model_name table)

ID_SAMPLE

Unsigned integer: Unique identifier for each sample (as in the sample table)

mean

Integer: Mean age of the sample

median

Integer: Median age of the sample

UNCERT_5

Integer: Lower bound of the 95% confidence interval for the median age

UNCERT_25

Integer: Lower bound of the 75% confidence interval for the median age

UNCERT_75

Integer: Upper bound of the 75% confidence interval for the median age

UNCERT_95

Integer: Upper bound of the 95% confidence interval for the median age

References

Heaton, T., Köhler, P., Butzin, M., Bard, E., Reimer, R., Austin, W., Bronk Ramsey, C., Grootes, P., Hughen, K., Kromer, B., Reimer, P., Adkins, J., Burke, A., Cook, M., Olsen, J., & Skinner, L.: Marine20 - the marine radiocarbon age calibration curve (0–55,000 cal BP). Radiocarbon, 62, 779-820, doi: 10.1017/RDC.2020.68, 2020.

Hogg, A., Heaton, T., Hua, Q., Palmer, J., Turney, C., Southon, J., Bayliss, A., Blackwell, P., Boswijk, G., Bronk Ramsey, C., Petchey, F., Reimer, P., Reimer, R., & Wacker, L.: SHCal20 Southern Hemisphere calibration, 0–55,000 years cal BP. Radiocarbon, 62, 759-778 doi: 10.1017/RDC.2020.59, 2020.

Reimer, P., Austin, W., Bard, E., Bayliss, A., Blackwell, P., Bronk Ramsey, C., Butzin, M., Cheng,H. Edwards, R.L., Friedrich, M., Grootes, P.M., Guilderson, T.P., Hajdas, I., Heaton, T.J., Hogg, A.G., Hughen, K.A., Kromer, B., Manning, S.W., Muscheler, R., Palmer, J.G., Pearson, C., van der Plicht, J., Reimer, R.W., Richards, D.A., Scott, E.M., Southon, J.R., Turney, C.S.M., Wacker, L., Adolphi, F., Buntgen, U., Capano, M., Fahrni, S.M., Fogtmann-Schulz, A., Friedrich, R., Kohler, P., Kudsk, S., Miyake, F., Olsen, J., Reinig, F., Sakamoto, M., Sookdeo, M., Talamo, S.: The INTCAL20 Northern Hemisphere radiocarbon age calibration curve (0-55 calkBP), Radiocarbon, 62, 725-757, doi: 10.1017/RDC.2020.41, 2020.

Villegas-Diaz, R., Cruz-Silva, E., Harrison, S.P.: ageR: Supervised Age Models. doi: 10.5281/zenodo.4636715, 2022.

Examples

age_model_tb <- special.epd::age_model
head(age_model_tb)
#> # A tibble: 6 × 8
#>   ID_MODEL ID_SAMPLE  mean median UNCERT_5 UNCERT_25 UNCERT_75 UNCERT_95
#>      <int>     <int> <int>  <int>    <int>     <int>     <int>     <int>
#> 1        8         1   -12    -28      126        41        24        39
#> 2        8         2    19      7      128        40        31        57
#> 3        8         3    30     18      133        43        34        64
#> 4        8         4    62     51      143        48        39        77
#> 5        8         5   125    115      152        57        47        98
#> 6        8         6   179    170      159        61        51       114