The S3 print method for parameter_sensitivity
objects. It displays a concise
summary of the analysis results, including the parameter analyzed, the minimum
error found, and the performance threshold.
# S3 method for parameter_sensitivity
print(x, ...)
Invisibly returns the original object. Called for its side effect of printing a summary to the console.
A parameter_sensitivity
object.
Additional arguments passed to the print function (not currently used).