python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Adding holm correction to FWER graph
I asked this question on cross-validate, but was asked to move it here because it involved coding more than a statistics question.
I'm teaching a statistics class about family-wise error rate, and hav...
Andy
Votes: 0
Answers: 1
Spark Java: How can we access the p Values in UnivariateFeatureSelector
I am using Spark 3.1.3 and I am trying to take the pValues from the result dataframe of UnivariateFeatureSelector.
UnivariateFeatureSelector selector = new UnivariateFeatureSelector()
.set...
Des0lat0r
Votes: 0
Answers: 0
How could I save p-value from a Shapiro Wilk test to use it in an if statement?
I'm trying to do the following problem,
Inside the function, two Shapiro-Wilk tests of normality are conducted separately for the two samples (note the normality assumption at the beginning of the pro...
redwoods
Votes: 0
Answers: 1
How can I perform many of Fisher's exact tests for a big number of genes?
I would like to do a Fisher's exact test 2x2 for each gene on my list (see picture) to statistically check if there are any differences in frequencies, for each gene, between the two compared groups (...
Gaia Cortinovis
Votes: 0
Answers: 0