Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

License

NotificationsYou must be signed in to change notification settings

JBris/multivariate_analysis_examples

Repository files navigation

Table of Contents

Introduction

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

The multivariate concrete dataset was retrieved fromhttps://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

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp