text_forestplot: Text for forestplot

Description Usage Arguments Examples

View source: R/text_forestplot.R

Description

Estimates and 95

Usage

1
text_forestplot(data, exposure)

Arguments

data

Specificied as on the example : "O:/Codes R/Forestplot/shbg.rdata"

exposure

Names indicating the explicative parameter (such as exposure indicator)

Examples

1
2
3
4
5
6
data<-as.data.frame(c("all","girls","all","girls","boys","boys"))
colnames(data)<-"pop"
data$Pvalue<-c(0.05,0.02,0.1,0.001,0.8,0.05)
data$Estimate<-c(1.1,1.2,2.3,1.26,1.01,1.1)
data$CI<-c("[1.05,1.15]","[1.15;1.25]","[0.9;3.1]","[1.20;1.30]","[0.6;1.6]","[1.05,1.15]")
text_forestplot(data,c("example n° 1","example n°2"))

abinter/monpackage documentation built on March 11, 2020, 12:17 p.m.