R/print.qrsvm.R

Defines functions print.qrsvm

print.qrsvm <- function(x) {

  cat(paste0("Quantile Regression SVM. Cost is ", x$cost),
      fill = TRUE)
  cat(paste0("Estimated Quantile is ", x$tau), fill = TRUE)
}

Try the qrsvm package in your browser

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

qrsvm documentation built on May 2, 2019, 4:02 p.m.