Descriptive/Summary Statistics with descriptr
We are pleased to introduce the descriptr package, a set of tools for
generating descriptive/summary statistics.
Installation
[Read more...]# Install release version from CRAN install.packages("descriptr") # Install development version from GitHub # install.packages("devtools") devtools::install_github("rsquaredacademy/descriptr")Shiny App descriptr includes a shiny app which can be launched using
ds_launch_shiny_app()or try the live version here. Read on to learn more about the features of descriptr, or see ...