powered by
Plot pairwise differences by a common.
Diffogram(Formula, Data, Term, conf.level=0.95, adj="lsd", ...)
no return value, but a plot on the current device
a conventional formula for a linear model
a data.frame to be analyzed
data.frame
a factor name to be estimated
confidence level of confidence interval
"lsd", "tukey", "scheffe", "bon", or "duncan" to adjust p-value and confidence limit
arguments to be passed to plot
plot
Kyun-Seop Bae k@acr.kr
This usually shows the shortest interval. It corresponds to SAS PROC GLM PDIFF. For adjust method "dunnett", see PDIFF function.
PDIFF
LSM, PDIFF
LSM
Diffogram(uptake ~ Type*Treatment + as.factor(conc), CO2, "as.factor(conc)")
Run the code above in your browser using DataLab