Last chance! 50% off unlimited learning
Sale ends in
# NOT RUN {
data(cpus, package="MASS")
cpus.ltr <- tree(log(perf) ~ syct + mmin + mmax + cach + chmin + chmax,
data = cpus)
plot(prune.tree(cpus.ltr))
# }
Run the code above in your browser using DataLab