print.validation: Print Method for Validation Objects

View source: R/S3.R

print.validationR Documentation

Print Method for Validation Objects

Description

This function prints the details of a validation object. It outputs the call used to create the object, the version and the date of the Qval package.

Usage

## S3 method for class 'validation'
print(x, ...)

Arguments

x

A validation object to be printed.

...

Additional arguments.


Qval documentation built on April 3, 2025, 6:20 p.m.

Related to print.validation in Qval...