powered by
Creates a data.frame from the output of pairwiseCI.
# S3 method for pairwiseCI as.data.frame(x, ...)
an object of class “pairwiseCI”
currently not used
A data.frame with the columns
containing the estimates
containing the lower bounds
containing the upper bounds
containing character strings, specifying which levels have been compared
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
pairwiseCI
summary.pairwiseTest
# NOT RUN { data(repellent) out2<-pairwiseCI(decrease~treatment, data=repellent, control="H", alternative="two.sided", method="Param.diff") out2 as.data.frame(out2) # }
Run the code above in your browser using DataLab