R/coef.fcrr.R

Defines functions coef.fcrr

Documented in coef.fcrr

#' Extract coefficients from an "fcrr" object.
#'
#' @description  Similar functional utility to \code{coef} methods.
#'
#' @param object \code{fcrr} object
#' @param ... Additional arguments. Not implemented.
#' @return Coefficients extracted from the model object \code{object}.
#' @export
#'
coef.fcrr <- function(object, ...)
  object$coef

Try the fastcmprsk package in your browser

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

fastcmprsk documentation built on Sept. 12, 2019, 1:04 a.m.