The package UsagiSan provides functions for data cleansing and summarizing the results of statistical test, and helps to reduce the time on several boring sections of statistical tests. In data analysis, you may want to output results of statistical tests to excel sheets to visualise significant variables with a specified color. With this, you can edit those excel sheets coloring significant variables and headers of each summary sheet without opening a xlsx file.
In order to install this package, install devtools from CRAN
install.packages("devtools")
Then, use the function install_github("user/repository") to install UsagiSan from GitHub.
devtools::install_github("usagi-san-dayo/UsagiSan")
For usage of this package, please visit my web-site:https://multivariate-statistics.com/r-programming-package-usagisan/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.