Construct configurations of discrete variables
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.