join.datapoints | R Documentation |
join multiple datapoints weighted by stdev
join.datapoints(ms, sds, dfs, ws = (1/sds)/sum(1/sds))
ms |
data means |
sds |
data stdevs |
dfs |
degrees of freedom for each data point |
ws |
datapoint weights. By default these get auto-calculated from sds |
a vector containing the joint mean and joint stdev
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.