R/summary.qrsvm.R

Defines functions summary.qrsvm

summary.qrsvm <- function(x) {
  for (i in c(4, 5, 6, 8, 9, 10, 11, 12)) {
    cat(paste(names(x[[i]]), " is ", x[[i]]), 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.