# keep this chunk to activate theme aaRon::use.style()
Load data and packages.
A table that displays the variable names and their description/content side-by-side. Helps readers to understand the content of the scale and sub-scales.
# datatable()
Item-level information to help identify problematic items.
Item-level response distribution, take note of skewed distributions.
Item-level descriptive statistics.
# psych::describe()
A good scale should show "triangular"/"square" hotspots of positive correlations.
# corrplot::corrplot()
Calculate Cronbach Alpha using alpha()
from the psych
package.
# psych::alpha() %>% aaRon::prettyalpha()
Conduct a CFA to assess the factor structure and Unidimensionality using cfa()
from the lavaan
package. Consider doing one CFA for each subscale and one for the full scale.
# lavaan::cfa() %>% aaRon::prettylavaan()
A preliminary look at the validity of the scale. Does it correlate with things that are theoretically related and not correlate with things that are theoretically distant?
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.