R/print.summary.l2boost.R

Defines functions print.summary.l2boost

Documented in print.summary.l2boost

#' Unimplemented generic function
#' These are placeholders right now.
#' @param x an l2boost object 
#' @param ... other arguments (not used)
#'
#' @importFrom stats printCoefmat
#' 
#' @export
print.summary.l2boost <- function(x, ...){
  stop("Unimplemented function")
  cat("Call:\n")
  print(x$call)
  cat("\n")
  printCoefmat(x$coefficients, P.values=TRUE, has.Pvalue=TRUE)
}

Try the l2boost package in your browser

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

l2boost documentation built on Feb. 11, 2022, 5:10 p.m.