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)

Try the eha package in your browser

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

eha documentation built on Oct. 1, 2023, 1:07 a.m.