R/coef.chenreg.R

Defines functions coef.chenreg

Documented in coef.chenreg

#' coef.chenreg

#' @param object an object for which the extraction of model coefficients is meaningful.
#' @param ... further arguments passed to or from other methods.
#'
#' @rdname coef.chenreg
#' @export coef.chenreg
#' @export
coef.chenreg = function(object, ...){
  return(object$coefficients)
}
AlissonRP/chenReg documentation built on July 20, 2023, 4:50 a.m.