From 11851472ba0ad3fc00457540aefa9dd6926e099b Mon Sep 17 00:00:00 2001 From: Joseph Hill Date: Wed, 7 Jun 2017 09:34:38 -0400 Subject: [PATCH] Saved Main.R --- Main.R | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Main.R b/Main.R index e69de29..575693a 100644 --- a/Main.R +++ b/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 \ No newline at end of file