Learn R Programming

mulSEM (version 1.0)

Lambert88: Correlation matrix of artificial data

Description

This dataset includes a correlation matrix of the artificial data 9 variables used in Table 1 of Lambert, Wildt, and Durand (1988).

Usage

data("Lambert88")

Arguments

Details

A 9x9 correlation matrix.

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
data(Lambert88)

## Redundancy Analysis
rda(X_vars=paste0("x", 1:5), Y_vars=paste0("y", 1:4), Cov=Lambert88, numObs=100)

Run the code above in your browser using DataLab