JBris / multivariate_analysis_examples

Several examples of multivariate techniques implemented in R, Python, and SAS. Multivariate concrete dataset retrieved from https://archive.ics.uci.edu/ml/datasets/Concrete+Slump+Test. Credit to Professor I-Cheng Yeh.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

multivariate_analysis_examples

Table of Contents

Introduction

This repo contains several examples of multivariate techniques implemented in R, Python, and SAS.

The multivariate concrete dataset was retrieved from https://archive.ics.uci.edu/ml/datasets/Concrete+Slump+Test. Credit to Professor I-Cheng Yeh.

Data

A local copy of the dataset can be found here.

There are 103 observations. Each observation represents a batch of concrete ingredient measurements and test results.

There are 7 predictors and 3 response variables. All predictors are measured in kgs/m3. Slump and Flow are measured in cm, while Compressive Strength is measured in MPa.

All variables are continuous. Unfortunately, this rules out the use of LDA, QDA, MANOVA, MANCOVA, correspondence analysis etc.

Methods

This repo contains several implementations of:

  • PCA
  • Factor Analysis
  • NMDS
  • Canonical Correlation Analysis and Redundancy Analysis
  • PLS Regression

The R directory can be found here.

The Python directory can be found here.

The SAS directory can be found here.

References

Yeh, I-Cheng, "Modeling slump flow of concrete using second-order regressions and artificial neural networks," Cement and Concrete Composites, Vol.29, No. 6, 474-480, 2007

About

Several examples of multivariate techniques implemented in R, Python, and SAS. Multivariate concrete dataset retrieved from https://archive.ics.uci.edu/ml/datasets/Concrete+Slump+Test. Credit to Professor I-Cheng Yeh.

License:MIT License


Languages

Language:Python 56.2%Language:SAS 20.4%Language:R 14.4%Language:Makefile 3.8%Language:Dockerfile 2.9%Language:Shell 2.2%