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