Description Usage Arguments Value Author(s) Examples
wt.mean
calculates the mean given a weighting of the
values.
wt.var
is the unbiased variance of
the weighted mean calculation using equations of GNU
Scentific Library
(http://www.gnu.org/software/gsl/manual/html_node/Weighted-Samples.htmland.
wt.sd
is the standard deviation of the weighted mean
calculated as the sqrt of wt.var
.
Note: NA data is automatically ommitted from
analysis.
1 2 3 4 5 |
x |
is a vector of numerical data. |
wt |
is a vector of equal length to |
returns a single value from analysis requested.
Jeremy VanDerWal jjvanderwal@gmail.com
1 2 3 4 5 6 7 8 |
[1] 13
[1] 14.25894
[1] 54.16667
[1] 51.16681
[1] 7.359801
[1] 7.153098
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.