Learn R Programming

mulSEM (version 1.2)

sas_ex2: Sample data for redundancy analysis from the SAS manual

Description

This dataset includes seven variables from the SAS manual.

Usage

sas_ex2

Arguments

Format

A matrix with 10 rows and 7 columns:

y1, y2, y3

Y variables

x1, x2, x3, x4

X variables

Examples

Run this code
data(sas_ex2)

# \donttest{
## 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