Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Saved Main.R
  • Loading branch information
joh13010 committed Jun 7, 2017
1 parent 9edaf54 commit 1185147
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Main.R
@@ -0,0 +1,5 @@
loan_data <- read.csv("Loan_payments_data.csv", header = TRUE)

CrossTable(loan_data$loan_status, loan_data$education, prop.r = TRUE, prop.c = TRUE)

# New line to trigger Git. Use gmodels for CrossTable

0 comments on commit 1185147

Please sign in to comment.