proc glm data=hands plots=(diagnostics residuals); class method; model bacteria=method; means method / tukey lsd bon; run; quit;