print.bayesCureModel {bayesCureRateModel}R Documentation

Print method

Description

This function prints a summary of objects returned by the cure_rate_MC3 function.

Usage

## S3 method for class 'bayesCureModel'
print(x, ...)

Arguments

x

An object of class bayesCureModel, which is returned by the cure_rate_MC3 function.

...

ignored.

Details

The function prints some basic information for a cure_rate_MC3, such as the MAP estimate of model parameters and the value of Bayesian information criterion.

Value

No return value, called for side effects.

Author(s)

Panagiotis Papastamoulis


[Package bayesCureRateModel version 1.1 Index]