Skip to content
New issue

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

Add pretty_value p values to the pairwise functions. #69

Open
wfulp opened this issue Oct 10, 2020 · 0 comments
Open

Add pretty_value p values to the pairwise functions. #69

wfulp opened this issue Oct 10, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@wfulp
Copy link
Contributor

wfulp commented Oct 10, 2020

adding the option to allow pretty p values to output as an additional column in the binary and continuous. This was already added to the pairwise correlation function:

  if (pretty_pval && any(!is.na(final_results$CorrTest)))
    final_results$`CorrTest_Pretty` = pretty_pvalues(final_results$CorrTest,
                                                     digits = pretty_digits,
                                                     ...)

Here the params pretty_pval and pretty_digits were added in the function

@wfulp wfulp added the enhancement New feature or request label Oct 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant