View source: R/create_dataset_summary_table.R
get_distribution_statistics | R Documentation |
This function computes summary statistics such as quartiles, mean, and standard deviation for a numeric vector.
get_distribution_statistics(data_vector)
data_vector |
A numeric vector for which to compute summary statistics. |
A character string describing the summary statistics of the input vector.
# Compute summary statistics for a numeric vector
data_vector <- c(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
get_distribution_statistics(data_vector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.