mStats: A tool for data management and statistical analysis
This package came into life when I started my PhD in 2018. The first version of mStats started in late 2018. The initial concept was to cone my passion of computer science and as a hobby project. Also I would like to try something different that may not be entirely innovative but yet useful in some ways.
GGPlot2 and dplyr packages deeply inspire me and open my mind's eyes that there is a whole new world out there. mStats version 1 has been developed with that inspiration in mind and tried a way to make easy but beautiful R graphs with GGPlot2 with ready-made functions. That's a whole lot fun and this encourages me to do more. I updated the package with several small patch versions that were interesting to me at that time.
In mid 2019, I started another package called stats2. In this package, I tried to simplify the concept of the package that one R function will do one thing without many options for users to change. For an instance, tab function will tabulate one variable or a dataframe. That's it. All users can tweak around is its rounding digitis and whether or not to remove missing data. In fact, while it is limiting the flexibility of functions in R, this package will make life easier for those average users who are not keen on programming and looping but would like to have their jobs done.
Keeping that in mind, I also put several other functions that will be useful and in some case, uniquely handly like duplicates that reports and creates tags for duplicated records in dataframe. As times progress, I hope this package will at least provide some contributions in some people.
Any constructive criticism, suggestions or comemnts are most welcome. Please contact Dr Myo Minnn Oo at dr.myominnoo@gmail.com.
mStats: Version 3A definitive guide to mStats can be accessed here.
If you want *.PDF version, please download here.
Run the following to install it.
install.packages("https://myominnoo.github.io/pages/R/r_archive/mStats_3.2.1.tar.gz", repos = NULL, type = "source")
Or download .targ.gz file and install it from RStudio.
mStatsLite
Here is an extended version to mStats package to accommodate a few functions that are not available on mStats.
install.packages("https://myominnoo.github.io/pages/R/r_archive/mStatsLite_1.0.0.tar.gz", repos = NULL, type = "source")
stats2
upgraded version of stats2 package without relying on ggplot2 package. Quick and easy commands.
Here is how to install the package.
Run the following to install it.
install.packages("https://myominnoo.github.io/pages/R/r_archive/stats2_1.1.4.tar.gz", repos = NULL, type = "source")
mStats: Version 1
R package for descriptive statistics with graphs from ggplot2 package.
Run the following to install it.
install.packages("https://myominnoo.github.io/pages/R/r_archive/mStats_1.04.01.tar.gz", repos = NULL, type = "source")