Description Usage Arguments Value Examples
View source: R/descriptive_stats_by.R
This function provides a range of descriptive statistics for one single numeric variable or a series of numeric variables computed separately by a specified group that are relevant for item analysis.
1 | descriptive_stats_by(.data, ..., group)
|
.data |
A data frame. |
... |
|
group |
The name of the grouping variable. |
A tibble grouped by group
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 | descriptive_stats_by(studach, gender:read, group = ts)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.