Skip to content
Snippets Groups Projects
Commit 142ba38a authored by stuncay2's avatar stuncay2
Browse files

added initial project file

parent 40abbd9c
No related branches found
No related tags found
No related merge requests found
......@@ -3,14 +3,14 @@ title: 'STAT 420: Data Analysis Project'
author: "Kieran Daly, Jack Meyers, Serhat Tuncay"
date: "July 21, 2023"
output:
pdf_document:
fig_caption: yes
highlight: tango
toc: yes
html_document:
highlight: tango
theme: flatly
toc: yes
pdf_document:
fig_caption: yes
highlight: tango
toc: yes
word_document:
toc: yes
---
......@@ -41,18 +41,19 @@ Serhat Tuncay | stuncay2
###DataSet
A snippet. (Only first few columns).
```{r kable,message=FALSE,echo=FALSE,warning=FALSE}
# Libraries, Helpers and read the data.
library(readr)
```
```{r}
state_employee_payroll_2022_data = read_csv('./dataset/State_Employee_Payroll_Data_Calendar_Year_2022.zip')
```
* **Summary:**
```{r}
str(state_employee_payroll_2022_data)
``
* **Observation** There are 38 columns in data. Variable salary being the dependent variable.
```
* **Observation** There are 38 columns in data. Variable Tot Gross being the dependent variable.
###Exploratory Analysis
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment