This function will create a publication ready essential descriptive table for item analysis. Normality is tested using shapiro.test from base stats with Bonferroni Correction.
Arguments
- df
A data frame.
- reverse
If TRUE, will provide indicate which items had a negative correlation and reverse them
Examples
data <- tabledown::Rotter[, 11:31]
table <- des.tab(data)