Description Usage Arguments Value See Also Examples
Tests whether x is converted data that can be input into JAGS, WinBUGS or OpenBUGS.
1 |
x |
the object to test |
A flag (logical scalar) indicating whether converted data
is_convertible_data
and
convert_data
1 2 3 4 5 | is_converted_data(trees)
is_converted_data(convert_data(trees))
is_converted_data(list(x = 1:10, y = 0.33, z = matrix(1:9, ncol = 3)))
is_converted_data(list(x = 1:10, y = 0.33, z = matrix(1:9, ncol = 3)))
is_converted_data(list(x = factor(1:10), y = 0.33, z = matrix(1:9, ncol = 3)))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.