powered by
Print a staged event tree
# S3 method for sevt print(x, ...)
An invisible copy of x.
x
an object of class sevt.
sevt
additional parameters (compatibility).
The order of the variables in the staged tree is printed (from root). In addition the number of levels of each variable is shown in square brackets. If available the log-likelihood of the model is printed.
DD <- generate_xor_dataset(5, 100) model <- full(DD, lambda = 1) print(model)
Run the code above in your browser using DataLab