Skip to contents

Nicely formats and prints the results of model_performance(), including rounded numeric values, without requiring external packages.

Usage

# S3 method for class 'model_performance'
print(x, digits = 3, ...)

Arguments

x

An object of class "model_performance".

digits

Number of digits to round numeric columns. Default = 3.

...

Further arguments passed to or from other methods (ignored).

Value

Invisibly returns x.