powered by
Calculating the weighted mean of multiple C14 ages, using their means and lab errors.
weighted_means(y, er, round = 1, talk = TRUE)
The weighted mean and error (the latter is the maximum of the weighted error and the square root of the variance).
The C14 ages.
The lab errors of the C14 ages.
Rounding to be applied (defaults to 1 decimal).
Report details of the found values.
N_UK <- map.shells(53, -11, 60, 2, mapsize="small") weighted_means(N_UK$dR, N_UK$dSTD)
Run the code above in your browser using DataLab