RAnalytics Analysis 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 packa... 2023.01.24 RAnalytics
RAnalytics Analysis 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 ... 2023.01.24 RAnalytics
RAnalytics Analysis 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... 2023.01.24 RAnalytics
RAnalytics Analysis 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 ... 2023.01.24 RAnalytics
RAnalytics Analysis 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) an... 2023.01.23 RAnalytics