R/summary.weibreg.R

Defines functions summary.weibreg

Documented in summary.weibreg

#' Prints a weibreg object
#' 
#' This is the same as \code{\link{print.weibreg}}
#' 
#' 
#' @param object A \code{weibreg} object
#' @param \dots Additional ...
#' @author Göran Broström
#' @seealso \code{\link{print.weibreg}}
#' @keywords survival print
#' @examples
#' 
#' ## The function is currently defined as
#' function (object, ...) 
#' print(object)
#' 
#' @export
summary.weibreg <- function(object, ...) print(object)
goranbrostrom/eha documentation built on March 9, 2024, 11:22 p.m.