Description Usage Arguments Value See Also Examples
Creates a data.frame from the output of pairwiseCI.
| 1 2 | ## S3 method for class 'pairwiseCI'
as.data.frame(x, ...)
 | 
| x | an object of class “pairwiseCI” | 
| ... | currently not used | 
A data.frame with the columns
| estimate  | containing the estimates | 
| lower  | containing the lower bounds | 
| upper  | containing the upper bounds | 
| comparison  | containing character strings, specifying which levels have been compared | 
and if the argument by has been specified,
| by  | containing the levels by which the original data set has been split | 
and the conf.level and a character string naming the used method.
pairwiseCI, summary.pairwiseTest 
| 1 2 3 4 5 6 7 8 | data(repellent)
out2<-pairwiseCI(decrease~treatment, data=repellent, control="H",
 alternative="two.sided", method="Param.diff")
out2
as.data.frame(out2)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.