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