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

Fisher test - two sided hypothesis #45

Open
JBinkowski opened this issue Feb 13, 2023 · 0 comments
Open

Fisher test - two sided hypothesis #45

JBinkowski opened this issue Feb 13, 2023 · 0 comments

Comments

@JBinkowski
Copy link

Hi,
Many thanks for this extremely useful package.
I have two questions about Fisher's test and output data frame.

  • Firstly, I would like to ask if is it possible to implement two sided alternative in runLOLA() function (as shown below)?

    if (direction == "depletion") {
    fisherAlternative = "less"
    } 
    else if (direction == "two.sided") {
        fisherAlternative = "two.sided"
        cat("Running fisher test with alternative=two.sided")
    }
    else {
    fisherAlternative = "greater"
    }
    

    This topic was already mentioned here https://github.com/nsheff/LOLA/issues/20, however this feature is still not available.

  • Another question is about the presence of raw p-value within the output data frame, this kind of information may be useful for example to use custom correction for multiple comparisons problem.

Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant