Method for obtaining the parameters of a chi_squared object.

# S3 method for class 'chi_squared'
params(x)

Arguments

x

The chi_squared object

Value

A named numeric vector of parameters

Examples

params(chi_squared(5))
#> df 
#>  5