RAnalyticsAnalysis in R: Why don’t you output your tables to a file, etc.? The “stargazer” package The "stargazer" package has a long history of version upgrades since its release in 2012. This package can output "LaTe...2023.01.24RAnalytics
RAnalyticsAnalysis in R: useful for learning ggplot2! The “ggplotgui” package This is an introduction to a package that allows you to interactively manipulate ggplot2 from a web browser. This packa...2023.01.24RAnalytics
RAnalyticsAnalysis in R: A very convenient way to create Excel files! The “openxlsx” package This is an introduction to the commands of the "openxlsx" package, which is very useful for creating Excel files. The p...2023.01.24RAnalytics
RAnalyticsAnalysis in R: Commands for truncating and raising decimal points This is an introduction to commands related to truncating and raising decimal points that are often forgotten. We hope ...2023.01.24RAnalytics
RAnalyticsAnalysis in R: Introduction to String Manipulation and Searching “grep” and “gsub” Commands and Regular Expressions String manipulation commands and the "grep" command for searching strings for patterns (keywords) and the "gsub" comman...2023.01.23RAnalytics