prepare.data: prepare.data

Description Usage Arguments Value

View source: R/confidenceIntervalPlots.R

Description

Utility function used to create a data.frame that contains the values needed for a CI plot.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
prepare.data(
  lowerMean,
  upperMean,
  lowerSE,
  upperSE,
  diffLo,
  diffHigh,
  labelA,
  labelB,
  title
)

Arguments

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

Value

data.frame with information to plot


HCIC/r-tools documentation built on Dec. 26, 2020, 3:54 p.m.