StataList,
After doing
to find the significant results
should the p-values be compared to 0.05?
or
should be the p-values be compared to 0.05/97=0.0005 as it estimated multiple quantile regressions simultaneously?
(Bonferroni correction, number of estimated percentile or number of comparisons=0.01(0.01)0.099=97)
Regards,
After doing
Code:
qrprocess A i.B, quantile(0.01(0.01)0.99) method(qreg)
to find the significant results
should the p-values be compared to 0.05?
or
should be the p-values be compared to 0.05/97=0.0005 as it estimated multiple quantile regressions simultaneously?
(Bonferroni correction, number of estimated percentile or number of comparisons=0.01(0.01)0.099=97)
Regards,
Comment