R/print.quantregForest.R

"print.quantregForest" <-
function(x, ...) {
  cat("\n Call:\n", deparse(x$call), "\n\n")
  
  cat("                     Number of trees: ", x$ntree, "\n",sep="")
  cat("No. of variables tried at each split: ", x$mtry, "\n\n", sep="")
}

Try the quantregForest package in your browser

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

quantregForest documentation built on May 2, 2019, 2:08 p.m.