Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

plot.poolbin

Diagnostic line fit for pool.bin objects


Description

Diagnostic line fit for pool.bin objects

Usage

## S3 method for class 'poolbin'
plot(x, pch = 16, refline = TRUE, printR2 = TRUE, ...)

Arguments

x

an object of class "poolbin", as can be created by pooledBin

pch

symbol type for plotting, see ?pch

refline

logical, whether or not to add a reference line to the plot

printR2

logical, whether to print R^2

...

further arguments passed to plot

Details

Brad: Maybe drop a line here...

Value

a plot

Author(s)

Brad Biggerstaff

References

Brad: Any reference for this?

Examples

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)

binGroup

Evaluation and Experimental Design for Binomial Group Testing

v2.2-1
GPL (>= 3)
Authors
Boan Zhang [aut], Christopher Bilder [aut], Brad Biggerstaff [aut], Frank Schaarschmidt [aut, cre], Brianna Hitt [aut]
Initial release
2018-08-24

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.