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, reverse = FALSE)
df |
A data frame. |
reverse |
If TRUE, will provide indicate which items had a negative correlation and reverse them |
Returns a summary table of descriptives in a data frame structure.
data <- tabledown::Rotter[, 11:31]
table <- des.tab(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.