Description Usage Arguments Details Author(s)
Aide to basic statistics.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | aide.median(x, digits = 1)
aide.iqr(x, digits = 1)
aide.correlate(x, y, digits = 2, method = "spearman",
na.action = "complete.obs")
aide.medianIQR(x, digits = 1)
aide.mean(x, digits = 1)
aide.stddev(x, digits = 1)
aide.meanSD(x, digits = 1)
aide.tertile(x)
|
x |
vector of values |
digits |
number of digits |
y |
vector of paired values to |
method |
the correlation method to use |
na.action |
what to do for missing values, especially for statistics using paired data (correlation) |
Small helper (aide) functions for commonly used basic statistics functions.
Luke W. Johnston
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.