| des.tab | R Documentation |
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.
des.tab(df)
df |
A data frame. |
Returns a summary table of descriptives in a data frame structure.
data <- tabledown::Rotter[, 11:31] table <- des.tab(data)