Learn R Programming

mulSEM (version 1.0)

sas_ex2: Sample data for redundancy analysis from the SAS manual

Description

This dataset includes seven variables from the SAS manual.

Usage

data("sas_ex2")

Arguments

Details

Examples

Run this code
data(sas_ex2)

## Redundancy Analysis
rda(X_vars=c("x1", "x2", "x3", "x4"),
    Y_vars=c("y1", "y2", "y3"),
    data=sas_ex2)

Run the code above in your browser using DataLab