.allChapters<-function(i=0){ " *-----------------------------------------------------------------------------* * Financial Modeling using R (2nd ed.) 2024 by Yuxing Yan * *-----------------------------------------------------------------------------* * Learning R | Applying R to finance * *-----------------------------------------------------------------------------* * .c1 R Basics .c14 Finance Basics * * .c2 Functions .c15 Financial Statement Analysis * * .c3 Introduction to R packages .c16 Distributions, T-, F-tests, etc. * * .c4 Data Frame, list, and date .c17 Linear regressions, Sharpe ratio * * .c5 R loops and conditions .c18 Portfolio Theory * * .c6 Open data .c19 VaR (Value at Risk) * * .c7 Data input .c20 Black-Scholes-Merton option model * * .c8 Simple data manipulations .c21 Monte Carlo Simulation * * .c9 Data output .c22 Liquidity measure/credit risk * * .c10 Simple plots and graphs --------------------------------- * * .c11 Matrix manipulation .c23 GitHub and Git Bash * * .c12 Excel and R .c24 ChatGPT: write and bug R code * * .c13 String manipulation .c25 Term projects * * ----------------------------------------------------------------------------* ";.zallChapters(i)} .all<<-.allChapters .zallChapters<-function(i){ if(i==0){ print(.all) }else{ cat(" *-----------------------------------------------------------------------------* * Financial Modeling using R (2nd ed.) 2024 by Yuxing Yan * *-----------------------------------------------------------------------------* * Learning R | Applying R to finance * *-----------------------------------------------------------------------------* * .c1 R Basics .c14 Finance Basics * * .c2 Functions .c15 Financial Statement Analysis * * .c3 Introduction to R packages .c16 Distributions, T-, F-tests, etc. * * .c4 Data Frame, list, and date .c17 Linear regressions, Sharpe ratio * * .c5 R loops and conditions .c18 Portfolio Theory * * .c6 Open data .c19 VaR (Value at Risk) * * .c7 Data input .c20 Black-Scholes-Merton option model * * .c8 Simple data manipulations .c21 Monte Carlo Simulation * * .c9 Data output .c22 Liquidity measure/credit risk * * .c10 Simple plots and graphs --------------------------------- * * .c11 Matrix manipulation .c23 GitHub and Git Bash * * .c12 Excel and R .c24 ChatGPT: write and bug R code * * .c13 String manipulation .c25 Term projects * * ----------------------------------------------------------------------------* ") }} .all<-.allChapters