Peter Westfall has answered me giving useful links. Here is the exchange:
thanks for your quick answer and the refs. My misconception was that i treated the p-values as if they were non adjusted p-values. Discreteness was a minor problem. The p-values look much more uniform once I test only for the contrast of interest and not all the pair- wise ones. summary( glht(fit, linfct = mcp( x=c(0, -1, 1)) ) )$test$pvalues instead of: summary( glht(fit, linfct = mcp(x = "Tukey") ) )$test$pvalues Julien On Jun 15, 2009, at 16:21 , Westfall, Peter wrote: P-values are uniform only when the distribution is continuous. See Westfall, P.H. and Troendle, J.F. (2008). Multiple Testing with Minimal Assumptions, Biometrical Journal 50, 745-755. Westfall, P.H., and Soper, K.A. (2001). "Using priors to improve multiple animal carcinogenicity tests<http://pubs.amstat.org/doi/pdfplus/10.1198/016214501753208852 >", Journal of the American Statistical Association 96, 827-834. Westfall, P.H. and Wolfinger, R.D.(1997). "Multiple Tests with Discrete Distributions<http://www.jstor.org/stable/2684683>," The American Statistician 51, 3-8. for the finite sample case. For the asymptotic case with Poisson etc, see Hothorn, T., Bretz, F., and Westfall, P. (2008). Simultaneous Inference in General Parametric Models, Biometrical Journal 50(3), 346 363. Good luck, Peter [[alternative HTML version deleted]]
______________________________________________ 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.