chi_squared
R/chi_squared.R
format.chi_squared.Rd
Format a chi_squared object as a character string.
# S3 method for class 'chi_squared' format(x, ...)
The chi_squared object
Additional arguments (not used)
A character string describing the distribution
format(chi_squared(5)) #> [1] "Chi-squared distribution (df = 5)"