The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
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[@]dogado.de.
The goal of tidysummary is to streamlines the analysis of clinical data by automatically selecting appropriate statistical descriptions and inference methods based on variable types. See the vignette for more details.
You can install the development version of tidysummary like so:
if (!requireNamespace("remotes", quietly = TRUE)) {
install.packages("remotes")
}::install_github("htqqdd/tidysummary") remotes
library(tidysummary)
<- iris %>%
result add_var() %>%
add_summary() %>%
add_p()
#Here is an prepared dataset
<- iris %>%
iris mutate(group = factor(rep(1:3, each = 50),
labels = c("group1", "group2", "group3")))
#Now use tidysummary
library(tidysummary)
<- iris %>%
result add_var() %>%
add_summary(binary_show = "all") %>%
add_p()
View(result)
kableExtra
or others your
prefer)library(kableExtra)
is.na(result)] <- ""
result[%>%
result kbl(caption = "Table 1. Summary of Iris Dataset",
row.names = F,
align = "c") %>%
kable_classic(full_width = FALSE, html_font = "Cambria")
%>%
result ::write_xlsx("./test.xlsx") writexl
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.
Health stats visible at Monitor.