View source: R/frontend-data.R
configs | R Documentation |
Create configurations of discrete variables, which can be used in modelling conditional probability tables.
configs(data, all = TRUE)
data |
a data frame containing factor columns. |
all |
a boolean value. If |
A factor with one element for each row of data
, and levels as
specified by all
.
Marco Scutari
data(learning.test)
configs(learning.test, all = TRUE)
configs(learning.test, all = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.