powered by
Summary method for the dtree function
# S3 method for dtree summary(object, input = TRUE, output = FALSE, dec = 2, ...)
Return value from simulater
simulater
Print decision tree input
Print decision tree output
Number of decimals to show
further arguments passed to or from other methods
See https://radiant-rstats.github.io/docs/model/dtree.html for an example in Radiant
dtree to generate the results
dtree
plot.dtree to plot results
plot.dtree
sensitivity.dtree to plot results
sensitivity.dtree
dtree(movie_contract, opt = "max") %>% summary(input = TRUE) dtree(movie_contract, opt = "max") %>% summary(input = FALSE, output = TRUE)
Run the code above in your browser using DataLab