R/bifunnel.r

Defines functions bifunnel

Documented in bifunnel

bifunnel <- function(y,S){

	oldpar <- par(mfrow=c(1,1))

	par(mfrow=c(1,2))

	res1 <- rma(y[,1], S[,1])
	funnel(res1,main="(a) Funnel plot for logit(Se)")

	res2 <- rma(y[,2], S[,3])
	funnel(res2,main="(b) Funnel plot for logit(FPR)")

	par(oldpar)    # Reset the graphic parameter

} 

Try the MVPBT package in your browser

Any scripts or data that you put into this service are public.

MVPBT documentation built on June 22, 2024, 11:15 a.m.