Skip to content

Commit

Permalink
Merge pull request #9 from jduan10-stat660/master
Browse files Browse the repository at this point in the history
  • Loading branch information
jduan10-stat697 authored Nov 11, 2018
2 parents bfb6d45 + 06f14d2 commit a4a963e
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions STAT660-01_f18-team-1_project2_data_analysis_by_JD.sas
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ See included file for dataset properties
X "cd ""%substr(%sysget(SAS_EXECFILEPATH),1,%eval(%length(%sysget(SAS_EXECFILEPATH))-%length(%sysget(SAS_EXECFILENAME))))""";


* load external file that generates analytic datasets cde_2014_analytic_file,
cde_2014_analytic_file_sort_frpm, and cde_2014_analytic_file_sort_sat;
* load external file that generates analytic datasets Loanstat_analytic_file_v1,
Loanstat_analytic_file_h1, Loanstat_analytic_file_v1_sorted, and Loanstat_analytic_file_h1_sorted;
%include '.\STAT660-01_f18-team-1_project2_data_preparation.sas';


Expand All @@ -34,13 +34,11 @@ title2
;

footnote1
"From the output, we notice that the top three members that has the highest annual income are member 1301, 1135, and
1238, with income of 340000, 285000, and 267525, respectively."
"From the output, we notice that the top three members that has the highest annual income are member 1301, 1135, and 1238, with income of 340000, 285000, and 267525, respectively."
;

footnote2
"Given the result, we can add some steps to figure out why some members with high income still borrow money
from LendingClub. Try to find out the purpose of it."
"Given the result, we can add some steps to figure out why some members with high income still borrow money from LendingClub. Try to find out the purpose of it."
;

*
Expand Down Expand Up @@ -102,13 +100,11 @@ title2
;

footnote1
"From the output, we can see the 5-number summaries for loan amount in each state. For example,
the mean loan amount for California is 15063.24."
"From the output, we can see the 5-number summaries for loan amount in each state. For example, the mean loan amount for California is 15063.24."
;

footnote2
"Focusing on the mean loan amount, the lowest one is in MS. Investigation could be performed to find out the
reason of it."
"Focusing on the mean loan amount, the lowest one is in MS. Investigation could be performed to find out the reason of it."
;

*
Expand All @@ -134,6 +130,9 @@ proc means
;
run;

title;
footnote;


*******************************************************************************;
* Research Question Analysis Starting Point;
Expand All @@ -152,8 +151,7 @@ footnote1
;

footnote2
"We should try to understand the meaning for each purpose in the datasets, since the description of purpose
is not detailed"
"We should try to understand the meaning for each purpose in the datasets, since the description of purpose is not detailed"
;

*
Expand Down Expand Up @@ -188,3 +186,6 @@ proc print
;
run;

title;
footnote;

0 comments on commit a4a963e

Please sign in to comment.