Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Same corrected p value using multproc command

    Hi,

    I am using the code below to use the false discovery rate to adjust for multiple testing however I keep getting the exact same Corrected overall critical P-value: .00054348. This is no matter how I change analysis before to get the original p values. Does anybody have an explanation for this? Many thanks

    multproc, method(simes) pvalue(p) puncor(.05) reject(fdr)

    Method: simes
    Uncorrected overall critical P-value: .05
    Number of P-values: 92
    Corrected overall critical P-value: .00054348
    Number of rejected P-values: 0
Working...
X