stata_sum | R Documentation |
Produce variable(s) summary statistics
stata_sum(.vars, .data, .percentile = c(0.25, 0.75), .by = NULL)
.vars |
Character vector giving variables to be summarized |
.data |
Data frame to be used for summary statistics construction |
.percentile |
Numeric vector of length 2 giving two percentile levels to be produced. Both values in the vector should be between 0 and 1 |
.by |
Charatcer string giving variable to be used to break each variable summary by |
tibble object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.