Project Overview


Research Agenda

This projects searches to find the significance each day of the week has regarding the S&P 500 Stock Market index. Market prices, returns, and relationships will be analyzed and visualized to better understand the general dynamics of the overall Market. Identical Analysis can be conducted for similar purposes on any Market or sector index, Individual stocks, and all kinds of time series data.

Data:

S&P500 Historical data

Data Type:

Time Series Data

Data Source:

nasdaq.com

(past performance is not a necisarry indicator of future performance)


S&P Visual Charts

Generate Returns Column

_____________________________________________________________________________


Table Wrangle / Pivot



â—‹â—‹â—‹ 2546 rows




___________

Highest returns

___________


Total Returns


Tue : 47.6%

Wed : 38.1%

Fri : 24.3132%

Thur : 11.3278%

Mon : -0.0765%

___________

ANOVA Test



Regression Results

Monday Returns → Tuesday Returns

## `geom_smooth()` using formula = 'y ~ x'

Regression Stats

## P - Value: 2.905025e-12
## R Squared: 0.1014994


Tuesday Returns → Wednesday Returns

## `geom_smooth()` using formula = 'y ~ x'

Regression Stats

## P - Value: 0.0002524101
## R Squared: 0.02897716


Wednesday Returns → Thursday Returns

## `geom_smooth()` using formula = 'y ~ x'

Regression Stats

## P - Value: 0.9745717
## R Squared: 2.230548e-06


Thursday Returns → Friday Returns

## `geom_smooth()` using formula = 'y ~ x'

Regression Stats

## P - Value: 8.266532e-05
## R Squared: 0.03344818


Friday Returns → Monday Returns

## `geom_smooth()` using formula = 'y ~ x'

Regression Stats

## P - Value: 0.05460372
## R Squared: 0.008094981