print and summary are used to provide a short summary of outputs from "bhm", "brm", "mpl", "pIndex", "resboot".
# S3 method for bhm
print(x, ...)
# S3 method for brm
print(x, digits = 4, ...)
# S3 method for mpl
print(x, digits = 3, ...)
# S3 method for pIndex
print(x, ...)
# S3 method for picreg
print(x, digits=3, ...)
# S3 method for resboot
print(x, ...)
# S3 method for summary.bhm
print(x, ...)
a class returned from bhm, pIndex or resboot fit
number if digits to be printed
other options used in print()
Bingshu E. Chen
print.bhm is called to print object or summary of object from the biomarker threshold models bhm
.
print.pIndex is called to print object or summary of object from the probability index model pIndex
.
print.resboot is called to print object or summary of object from the residuall bootstrap method for biomarker threshold models resboot
.
summary(fit) provides detail summary of `bhm' model fit, including parameter estimates,
standard errors, and 95 percent CIs.
The default method, print.default has its own help page. Use methods("print") to get all the methods for the print generic.
The default method for print print.default
. Other methods include
glm
,
bhm
,
brm
,
mpl
,
pIndex
,
resboot
.