weighted_means | R Documentation |
Calculating the weighted mean of multiple C14 ages, using their means and lab errors.
weighted_means(y, er, round = 1, talk = TRUE)
y |
The C14 ages. |
er |
The lab errors of the C14 ages. |
round |
Rounding to be applied (defaults to 1 decimal). |
talk |
Report details of the found values. |
The weighted mean and error (the latter is the maximum of the weighted error and the square root of the variance).
N_UK <- map.shells(53, -11, 60, 2, mapsize="small")
weighted_means(N_UK$dR, N_UK$dSTD)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.