print.prediction {frailtypack} | R Documentation |
Print a short summary of results of prediction function.
Description
Print a short summary of results of prediction function.
Usage
## S3 method for class 'predFrailty'
print(x, digits = 3, ...)
## S3 method for class 'predJoint'
print(x, digits = 3, ...)
## S3 method for class 'predLongi'
print(x, digits = 3, ...)
Arguments
x |
An object from the 'prediction' function, objects inheriting from
|
digits |
Number of digits to print |
... |
Other unused arguments |
Value
Print the probabilities estimated.
See Also
[Package frailtypack version 3.6.2 Index]