View source: R/ate_assessment.R
| print.ate_assessment | R Documentation |
Displays a concise summary of the performance assessment.
## S3 method for class 'ate_assessment'
print(x, digits = 2, ...)
x |
An object of class |
digits |
Number of decimal places to display (default: 2). |
... |
Additional arguments (currently ignored). |
Invisibly returns the input object x.
assess <- ate_assessment(bias = 1.5, cv = 2.5, tea = 10)
print(assess)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.