Description Usage Arguments Value Examples
View source: R/descriptive_stats.R
This function provides a range of descriptive statistics for one single numeric variable or a series of numeric variables that are relevant for item analysis.
1 | descriptive_stats(.data, ...)
|
.data |
A data frame. |
... |
|
A tibble containing the following statistics:
n
Number of valid observations
miss
Percentage of missings
sd
Standard deviation
min
Minimum
p25
25th percentile
median
Median
p75
75th percentile
max
Maximum
skewness
Skewness
kurtosis
Kurtosis
1 2 3 | descriptive_stats(studach, read)
descriptive_stats(studach, 9:12)
descriptive_stats(studach, where(is.numeric))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.