Retrieve the dimension of a chi_squared object.

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

Arguments

x

The chi_squared object

Value

1 (univariate)

Examples

dim(chi_squared(5))
#> [1] 1