print.predict_bayesCureModel {bayesCureRateModel} | R Documentation |
Print method for the predict
object
Description
This function prints a summary of objects returned by the predict.cure_rate_MC3
method.
Usage
## S3 method for class 'predict_bayesCureModel'
print(x, ...)
Arguments
x |
An object of class |
... |
ignored. |
Details
The function prints some basic information for the predict
method of a bayesCureModel
object.
Value
No return value, called for side effects.
Author(s)
Panagiotis Papastamoulis
[Package bayesCureRateModel version 1.4 Index]