How To Estimate The False Discovery Rate (Fdr) Using Bootstrap
1
0
Entering edit mode
11.0 years ago
YJ • 0

Hi How can I estimate the false discovery rate (FDR) using bootstrap in R, say, 3000 simple linear regression tests with cut-off = 6. Thanks

• 5.6k views
ADD COMMENT
2
Entering edit mode

Going to need a bit more. First, what's the bioinformatics angle. Second, your brief description of FDR seems a bit confused, do you want to spell out exactly what data you have, and what you like to do with it?

ADD REPLY
0
Entering edit mode

Yes, much more detail required to answer this question.

ADD REPLY
0
Entering edit mode

I think this question is better suited for "crossvalidated" (http://stats.stackexchange.com/) in stack exchange.

ADD REPLY
1
Entering edit mode
11.0 years ago
David ▴ 740

Bootstrap is a method to for obtaining standard errors and CI when you want to improve the one your procedure give you or computing them on your real dataset is intractable or not available.

You can cannot compute FDR using bootstrap. FDR can be computed using a re-sampling approach without replacement which is different from the bootstrap approach (with replacement). I wrote a how-to on my blog to compute pFDR in R.

ADD COMMENT

Login before adding your answer.

Traffic: 2272 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6