R/print.NHEMOtree.R

print.NHEMOtree <-
function(x, ...){
    cat("S metric:                    ", x$S_Metric, "\n")
    cat("Misclassification (min/max): ", x$Misclassification_total, "\n")
    cat("Costs (min/max):             ", x$Costs_total, "\n")
    invisible(x)
}

Try the NHEMOtree package in your browser

Any scripts or data that you put into this service are public.

NHEMOtree documentation built on May 2, 2019, 7:32 a.m.