R/print.BDtest.R

print.BDtest <-
function(x, ...)
{

cat("Confidence intervals for binary diagnostic tests.\n")

cat(attr(x$INDAT, which="caption"), "\n")
print.data.frame(x$INDAT,...)

cat(attr(x$SESPDAT, which="caption"), "\n")
print.data.frame(x$SESPDAT,...)

cat(attr(x$PPVNPVDAT, which="caption"), "\n")
print.data.frame(x$PPVNPVDAT,...)

}

Try the bdpv package in your browser

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

bdpv documentation built on May 2, 2019, 1:08 p.m.