Learn R Programming

mulSEM (version 1.0)

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

data("Chittum19")

Arguments

Details

A list of data with the following structure:

data

A 12x12 correlation matrix.

n

A sample size.

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. https://doi.org/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