CiTable {Publish} | R Documentation |
These data are used for testing Publish package functionality.
A data frame with 27 observations on the following 9 variables.
data(CiTable)
labellist <- split(CiTable[,c("Dose","Mean","SD","n")],CiTable[,"Drug"])
labellist
plotConfidence(x=CiTable[,c("HazardRatio","lower","upper")], labels=labellist)