An open API service indexing awesome lists of open source software.

https://github.com/ruoheng-du/multivariate-data-analysis

Multivariate Data Analysis | Spring 2023
https://github.com/ruoheng-du/multivariate-data-analysis

ancova-analysis linear-regression logistic-regression minitab multiple-linear-regression python regression-models time-series-analysis

Last synced: 2 months ago
JSON representation

Multivariate Data Analysis | Spring 2023

Awesome Lists containing this project

README

        

# Multivariate Data Analysis | Spring 2023
This is the repository for analytical reports done in Regression and Multivariate Data Analysis course during Spring 2023. There are five reports throughout the semester and the statistical software is Minitab. The datasets, reports, and Minitab commands can be found in the report#1 to report#5 directories. Please feel free to email me at [email protected] for any more information.

### Report#1: Simple Linear Regression - Relationship Between Health Expenditure and GDP Per Capita
Health expenditure (% of GDP) = 5.685 + 0.0597 * GDP per capita (in thousands)

rp1

### Report#2: Multiple Linear Regression - Thermal Expansion Error Modeling of High-speed Electric Spindle
Delta L = -21.82 + 1.551 * (T0-T15) + 1.026 * (T13-T15)

rp2

### Report#3: Time Series - Time Series Analysis of Consumer Price Index
CPI = 118.1 + 0.1628 * Wheat Market Price - 0.325 * Time_1 + 0.00339 * Time_2 + 0.410 * CPI_Lag1 - 0.519 * CPI_Lag11

rp3

### Report#4: ANCOVA - Examining the Relationship Between Health Expenditure, GDP per Capita, and Continent

rp4_1
rp4_2

### Report#5: Logistic Regression - Predicting Level of Development for Countries

rp5