Print Method for SeverityEstimateModel Objects
print.SeverityEstimateModel.RdPrints a SeverityEstimateModel object in a structured format.
Currently just a thin wrapper around utils::str().
Usage
# S3 method for class 'SeverityEstimateModel'
print(x, ...)Arguments
- x
An object of class SeverityEstimateModel.
- ...
Further arguments passed to the
utils::str()function.