Learn R Programming

mulSEM (version 1.0)

sas_ex1: Sample data for canonical correlation analysis from the SAS manual

Description

This dataset includes six variables of fitness club data from the SAS manual.

Usage

data("sas_ex1")

Arguments

Details

Examples

Run this code
data(sas_ex1)

## Canonical Correlation Analysis
cancorr(X_vars=c("Weight", "Waist", "Pulse"),
        Y_vars=c("Chins", "Situps", "Jumps"),
        data=sas_ex1)

Run the code above in your browser using DataLab