Description Usage Arguments Value
View source: R/confidenceIntervalPlots.R
Utility function used to create a data.frame that contains the values needed for a CI plot.
1 2 3 4 5 6 7 8 9 10 11 | prepare.data(
lowerMean,
upperMean,
lowerSE,
upperSE,
diffLo,
diffHigh,
labelA,
labelB,
title
)
|
lowerMean |
the lower mean |
upperMean |
the upper mean |
lowerSE |
the lower se |
upperSE |
the upper se |
diffLo |
the differences between the lows(?) |
diffHigh |
the differnces between the highs(?) |
labelA |
the label for a |
labelB |
the label for b |
title |
the title |
data.frame with information to plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.