Summarize a variable through its quantiles.
1 2 3 4 5 6 7 8 9 | sm_quartiles(x, name = NULL)
sm_deciles(x, name = NULL)
sm_ventiles(x, name = NULL)
sm_percentiles(x, name = NULL)
sm_quantiles(x, probs = seq(0, 1, 0.25), name = NULL)
|
x |
the variable to summarize. Will be used deparsed to infer the names of of the summaries. |
name |
provide a prefix variable name for the output. Set to
|
probs |
a complete list of probabilites to compute when calling the
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.