Chittum19 | R Documentation |
This dataset includes a correlation matrix of 12 variables (n=533) of a model of motivation reported by Chittum, Jones, and Carter (2019).
data("Chittum19")
A list of data with the following structure:
A 12x12 correlation matrix.
A sample size.
Chittum, J. R., Jones, B. D., & Carter, D. M. (2019). A person-centered investigation of patterns in college students' perceptions of motivation in a course. Learning and Individual Differences, 69, 94-107. https://doi.org/10.1016/j.lindif.2018.11.007
Gu, F., Yung, Y.-F., Cheung, M. W.-L. Joo, B.-K., & Nimon, K. (2023). Statistical inference in redundancy analysis: A direct covariance structure modeling approach. Multivariate Behavioral Research, 58(5), 877-893. https://doi.org/10.1080/00273171.2022.2141675
data(Chittum19)
## Redundancy Analysis
rda(X_vars=c("Empowerment", "Usefulness", "Success", "Interest", "Caring"),
Y_vars=c("Final_Exam", "Learning", "Course_Rating", "Instr_Rating",
"Effort", "Cog_Engage", "Cost"),
Cov=Chittum19$data, numObs=Chittum19$n)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.