powered by
## S3 method for class 'summary.lm': fortify(model, data = NULL, level = 0.95, ...)## S3 method for class 'summary.glm': fortify(model, data = NULL, level = 0.95, ...)## S3 method for class 'TukeyHSD': fortify(model, data, ...)## S3 method for class 'TukeyHSD': fortify(model, data, ...)
## S3 method for class 'summary.glm': fortify(model, data = NULL, level = 0.95, ...)
## S3 method for class 'TukeyHSD': fortify(model, data, ...)
if (require(mosaicData)) { fortify(TukeyHSD(lm(age ~ substance, data=HELPrct))) } if (require(mosaicData)) { fortify(TukeyHSD(lm(age ~ substance, data=HELPrct))) }
Run the code above in your browser using DataLab