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

printR Documentation

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 class 'bhm'
print(x, ...)
## S3 method for class 'brm'
print(x, digits = 4, ...)
## S3 method for class 'mpl'
print(x, digits = 3, ...)
## S3 method for class 'pIndex'
print(x, ...)
## S3 method for class 'picreg'
print(x, digits=3, ...)
## S3 method for class 'resboot'
print(x, ...)
## S3 method for class '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()

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.

Author(s)

Bingshu E. Chen

See Also

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

Examples

#
#  print(fit)
#

statapps/bhm documentation built on April 5, 2024, 3:31 a.m.