powered by
Diagnostic line fit for pool.bin objects
# S3 method for poolbin plot(x, pch = 16, refline = TRUE, printR2 = TRUE, ...)
an object of class "poolbin", as can be created by pooledBin
"poolbin"
pooledBin
symbol type for plotting, see ?pch
?pch
logical, whether or not to add a reference line to the plot
logical, whether to print R^2
further arguments passed to plot
plot
a plot
Brad: Maybe drop a line here...
Brad: Any reference for this?
# NOT RUN { test <- pooledBin(x=c(8,3,1,0), m=c(50,20,10,5), n=c(10,10,10,10), pt.method="firth", ci.method="lrt") plot(test) # }
Run the code above in your browser using DataLab