The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
The sumvar package quickly explores continuous and categorical
variables.
sumvar aims to bring the ease and simplicity of the
“sum” and “tab” functions from stata, to R.
df %>% dist_sum (var, group)
.df %>% tab1(var)
df %>% tab(var1, var2)
.
All functions are tidyverse/dplyr-friendly and accept the
%>%
pipe from a tibble or data frame, outputting results
as a tibble. You can save and further manipulate outputs,
e.g. summary <- df %>% dist_sum(var)
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.