Last chance! 50% off unlimited learning
Sale ends in
Summary method for the dtree function
# S3 method for dtree
summary(object, input = TRUE, output = FALSE,
dec = 2, ...)
Return value from 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
plot.dtree
to plot results
sensitivity.dtree
to plot results
# NOT RUN {
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