Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
deomareza authored Feb 14, 2020
1 parent fdad50e commit ac975cd
Show file tree
Hide file tree
Showing 4 changed files with 941 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Admission_Prediction.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: "Admission Prediction"
author: "Deo Ivan Mareza"
date: "2/14/2020"
output: html_document
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```

#INTRODUCTION


```{r}
library(tidyverse)
```


```{r}
admission <- read_csv("data_input/Admission_Predict_Ver1.1.csv")
```

13 changes: 13 additions & 0 deletions Admission_Prediction.Rproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Version: 1.0

RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8

RnwWeave: Sweave
LaTeX: pdfLaTeX
Loading

0 comments on commit ac975cd

Please sign in to comment.