powered by
chi_squared
Test whether an object is a chi_squared.
is_chi_squared(x)
Logical; TRUE if x inherits from chi_squared
x
The object to test
is_chi_squared(chi_squared(3)) is_chi_squared(normal(0, 1))
Run the code above in your browser using DataLab