Dear R users,

I am wondering about the following results:
> p.adjust(c(0.05,0.05,0.05),"fdr")
[1] 0.05 0.05 0.05
> p.adjust(c(0.05,0.04,0.03),"fdr")
[1] 0.05 0.05 0.05

Why does p.adjust(..., "fdr") not adjust p-values, if they are constant? 
Does somebody have an explanation or can point to a reference?

Thanks in advance,

Will

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to