d_catg | R Documentation |
various describer functions for catg types
d_catg(...)
d_levels(x, useNA = FALSE, w = NULL, ...)
d_percent(x, useNA = FALSE, w = NULL, ...)
d_cn(x, useNA = FALSE, w = NULL, ...)
d_cp(x, useNA = FALSE, w = NULL, ...)
... |
this is to be able to tolerate unnecessary arguments |
x |
vector |
useNA |
show information for missing? |
w |
weight |
d_levels()
: the levels of a catg variable
d_percent()
: percentage of each level (and missing possibly)
d_cn()
: count of each level (and missing possibly)
d_cp()
: the estimated proportion of each level
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.