Learn R Programming

Publish (version 2023.01.17)

CiTable: CiTable data

Description

These data are used for testing Publish package functionality.

Arguments

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

Run this code

data(CiTable)
labellist <- split(CiTable[,c("Dose","Mean","SD","n")],CiTable[,"Drug"])
labellist
plotConfidence(x=CiTable[,c("HazardRatio","lower","upper")], labels=labellist)


Run the code above in your browser using DataLab