Skip to content

Difference in p-value precision in t-tests #219

@emil-hagglund

Description

@emil-hagglund

Hi,
Thanks for a nice package. I have observed difference in the precision of p-values reported depending on the number of groups you have when you perform t-tests. I noticed that pairwise_two_sample_test() uses p_round(digits = 3) before returning the results, but this is not done for two_sample_test(). Is there any specific reason for this? I get different results if I want to adjust the p-values downstream of performing the t-test and would prefer if the p-values where not rounded before they are returned.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions