View source: R/ds-summary-stats.R
ds_summary_stats | R Documentation |
Range of descriptive statistics for continuous data.
ds_summary_stats(data, ...)
data |
An object of type |
... |
Column(s) in |
summary
ds_freq_table
ds_cross_table
# numeric data
ds_summary_stats(mtcarz$mpg)
# single variable
ds_summary_stats(mtcarz, mpg)
# multiple variables
ds_summary_stats(mtcarz, mpg, disp, hp)
# all variables
ds_summary_stats(mtcarz)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.