Learn R Programming

bhm (version 1.11)

print: print a bhm object or a summary of bhm object

Description

print and summary are used to provide a short summary of bhm outputs.

Usage

# S3 method for bhm
print(x, ...)
# S3 method for summary.bhm
print(x, ...)
# S3 method for bhm
summary(object, ...)

Arguments

x

a bhm class returned from bhm fit

other options used in print()

object

object returned from bhm fit

Details

print.bhm is called to print object or summary of object from the biomarker threshold model bhm. summary(fit) provides detail summary of `bhm' model fit, including parameter estimates, standard errors, and 95

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. glm bhm

Examples

Run this code
# NOT RUN {
#
#  print(fit)
#
# }

Run the code above in your browser using DataLab