| is_chi_squared | R Documentation |
chi_squared.Test whether an object is a chi_squared.
is_chi_squared(x)
x |
The object to test |
Logical; TRUE if x inherits from chi_squared
is_chi_squared(chi_squared(3))
is_chi_squared(normal(0, 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.