Skip to content

Commit

Permalink
Updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jjmpal committed Oct 28, 2021
1 parent e929310 commit 75b0da0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,17 @@ rrnmr/
├── README.md # project overview
├── LICENCE # project licence
├── rrnmr-import.Rmd # R markdown for the data preprocessing
├── rrnmr.Rmd # R markdown for the analysis (main file)
├── rrnmr-xgboost.Rmd # R markdown for the xgboost analysis (main file)
├── articles-importer.R # Minor R functions for data preprocessing
├── articles-definitions.R # R functions for variable definitions in data preprocessing
├── rrnmr.Rmd # R markdown for the analysis (main file)
├── articles-functions.R # Minor R functions for analysis
├── articles-models.R # Minor R functions for modeling
├── articles-plots.R # Minor R functions for plotting
├── articles-tables.R # Minor R function for creating tables
├── articles-xgfunctions.R # Helper functions for xgboost
├── articles-xgboost.R # Helper model implementation functions for xgboost
````

0 comments on commit 75b0da0

Please sign in to comment.