Learn R Programming

mulSEM (version 1.2)

Chittum19: Correlation matrix of a model of motivation

Description

This dataset includes a correlation matrix of 12 variables (n=533) of a model of motivation reported by Chittum, Jones, and Carter (2019).

Usage

Chittum19

Arguments

Format

A list with the following components:

data

A 12x12 correlation matrix.

n

A sample size (533).

References

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. tools:::Rd_expr_doi("10.1080/00273171.2022.2141675")

Examples

Run this code
# \donttest{
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)
# }

Run the code above in your browser using DataLab