Description Usage Arguments Details Value Author(s) See Also Examples
This is used by int.plot to construct ellipses for means at the
level of the x factor that are not significantly different.
Currently this does not handle mixed models properly.
| 1 2 | pvalue.ellipse(plet, lsmeans, se, rdf,
   level=0.05, scale=0.3, full.width=TRUE, pset)
 | 
| plet | character vector with letter codes for non-significant differences | 
| lsmeans | least squares means | 
| se | standard errors for means | 
| rdf | residual degrees of freedom | 
| level | significance level | 
| scale | scaling of ellipse around means | 
| full.width | keep ellipses as full width to show how close means are if TRUE | 
| pset | letters to use for means that are significantly different | 
The ellipse will be the height of an LSD comparison interval if
full.width is TRUE, or otherwise will be se*scale beyond
the outer means of a comparison group.
A 2*n matrix, where n is the number of distinct
ellipses. The first row contains ellipse centers while the second row
contains the radii.
Brian S. Yandell
lsmean, pletter,
int.plot, ellipse
| 1 2 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.