Diffogram | R Documentation |
Plot pairwise differences by a common.
Diffogram(Formula, Data, Term, conf.level=0.95, adj="lsd", ...)
Formula |
a conventional formula for a linear model |
Data |
a |
Term |
a factor name to be estimated |
conf.level |
confidence level of confidence interval |
adj |
"lsd", "tukey", "scheffe", "bon", or "duncan" to adjust p-value and confidence limit |
... |
arguments to be passed to |
This usually shows the shortest interval. It corresponds to SAS PROC GLM PDIFF. For adjust method "dunnett", see PDIFF
function.
no return value, but a plot on the current device
Kyun-Seop Bae k@acr.kr
LSM
, PDIFF
Diffogram(uptake ~ Type*Treatment + as.factor(conc), CO2, "as.factor(conc)")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.