R/print.sgd.R

Defines functions print.sgd

Documented in print.sgd

#' Print objects of class \code{sgd}.
#'
#' @param x object of class \code{sgd}.
#' @param \dots further arguments passed to or from other methods.
#'
#' @export
print.sgd <- function(x, ...) {
  print(coef(x), ...)
}
airoldilab/sgd documentation built on Feb. 9, 2024, 8:10 p.m.