We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
report::report_sample(iris, select = c("Sepal.Length", "Petal.Length", "Species")) #> # Descriptive Statistics #> #> Variable | Summary #> ------------------------------------- #> Mean Sepal.Length (SD) | 5.84 (0.83) #> Mean Petal.Length (SD) | 3.76 (1.77) #> Species [setosa], % | 33.3 #> Species [versicolor], % | 33.3 #> Species [virginica], % | 33.3
Created on 2023-12-25 by the reprex package (v2.0.1)
It would be nice to have the option of moving the indices names (Mean, (SD)) in a table caption (e.g., "Mean (SD) of each variable").
Mean
(SD)
"Mean (SD) of each variable"
detail_indices=FALSE
The text was updated successfully, but these errors were encountered:
Since we mix mean/sd and proportions, how would you indicate the differences?
Sorry, something went wrong.
No branches or pull requests
Created on 2023-12-25 by the reprex package (v2.0.1)
It would be nice to have the option of moving the indices names (
Mean
,(SD)
) in a table caption (e.g.,"Mean (SD) of each variable"
).detail_indices=FALSE
). As one can add the caption manually.The text was updated successfully, but these errors were encountered: