Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DataAnalysisFinal
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jsmeyrs2
DataAnalysisFinal
Commits
142ba38a
Commit
142ba38a
authored
2 years ago
by
stuncay2
Browse files
Options
Downloads
Patches
Plain Diff
added initial project file
parent
40abbd9c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Project.Rmd
+8
-7
8 additions, 7 deletions
Project.Rmd
with
8 additions
and
7 deletions
Project.Rmd
+
8
−
7
View file @
142ba38a
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment