powered by
Plot pairwise differences by a common.
Diffogram(Formula, Data, Term, conf.level=0.95, adj="lsd", Title, ...)
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
If missing, default title will be displayed.
arguments to be passed to plot
plot
no return value, but a plot on the current device
This usually shows the shortest interval. It corresponds to SAS PROC GLM PDIFF.
# NOT RUN { Diffogram(uptake ~ Type*Treatment + as.factor(conc), CO2, "as.factor(conc)") # }
Run the code above in your browser using DataLab