View source: R/ate_assessment.R
| summary.ate_assessment | R Documentation |
Provides a detailed summary of the performance assessment, including calculations and interpretation guidance.
## S3 method for class 'ate_assessment'
summary(object, ...)
object |
An object of class |
... |
Additional arguments (currently ignored). |
Invisibly returns the object.
assess <- ate_assessment(
bias = 1.5, cv = 2.5, tea = 10,
allowable_bias = 3.0, allowable_cv = 4.0
)
summary(assess)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.