summarize_short | R Documentation |
This function creates summaries combines multiple summary measures in a single formatted string. Create variable summary for numeric variables. Calculates mean (standard deviation), median (IQR), min-max range and N/% missing elements for a numeric vector.
Create variable summary for integer variables Calculates mean (standard deviation), median (IQR), min-max range and N/% missing elements for a integer vector.
summarize_short(x)
## S3 method for class 'factor'
summarize_short(x)
## S3 method for class 'numeric'
summarize_short(x)
## S3 method for class 'integer'
summarize_short(x)
## Default S3 method:
summarize_short(x)
x |
a vector to be summarized |
A summarized less detailed version of the input.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.