Learn R Programming

bhm (version 1.18)

print: print a fitted object or a summary of fitted object

Description

print and summary are used to provide a short summary of outputs from "bhm", "brm", "mpl", "pIndex", "resboot".

Usage

# 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, ...)

Arguments

x

a class returned from bhm, pIndex or resboot fit

digits

number if digits to be printed

...

other options used in print()

Author

Bingshu E. Chen

Details

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.

See Also

The default method for print print.default. Other methods include glm, bhm, brm, mpl, pIndex, resboot.

Examples

Run this code
#
#  print(fit)
#

Run the code above in your browser using DataLab