Usage
# S3 method for class 'summary.PM_op'
print(x, digits = getPMoptions("digits"), embed = FALSE, ...)Arguments
- x
An object made by summary.PM_op.
- digits
Integer, used for number of digits to print.
- embed
If
TRUE, will embed the summary in the R Markdown document. Default isFALSE.- ...
Not used.
Details
Print a summary of observations, predictions and errors in a summary.PM_op object made by summary.PM_op. Users do not normally need to call this function directly, as it will be the default method to display the object.