Description Usage Arguments Value See Also Examples
Test whether x is a list of data suitable for conversion for input into JAGS, WinBUGS or OpenBUGS.
1 |
x |
the object to test |
A logical scalar
1 2 3 4 | is_convertible_data_list(trees)
is_convertible_data_list(as.list(trees))
trees$Comment <- "text"
is_convertible_data_list(trees)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.