| d_real | R Documentation |
various describer functions for real types
d_real(...)
d_n(x, w = NULL, weight = "sample", ...)
d_length(x, ...)
d_missing(x, w = NULL, ...)
d_missing.perc(x, w = NULL, ...)
d_sum(x, w = NULL, weight = "sample", ...)
d_mean(x, w = NULL, ...)
d_sd(x, w = NULL, ...)
d_median(x, w = NULL, ...)
d_min(x, ...)
d_max(x, ...)
d_IQR(x, w = NULL, ...)
d_Q1(x, w = NULL, ...)
d_Q3(x, w = NULL, ...)
... |
this is to be able to tolerate unnecessary arguments |
x |
vector |
w |
weight |
weight |
style of weighting, 'sample' (default) or 'case' |
d_n(): number of non-missing elements
d_length(): length of vector
d_missing(): Count missing
d_missing.perc(): Percent missing
d_sum(): sum of all elements, sample-weighted
d_mean(): mean
d_sd(): standard deviation
d_median(): median
d_min(): minimum
d_max(): maximum
d_IQR(): inter quartile range
d_Q1(): first quartile
d_Q3(): third quartile
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.