Print method for chi_squared objects.

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

Arguments

x

The chi_squared object to print

...

Additional arguments (not used)

Value

x, invisibly.

Examples

print(chi_squared(5))
#> Chi-squared distribution (df = 5)