R/model.matrix.chenreg.R

Defines functions model.matrix.chenreg

Documented in model.matrix.chenreg

#' model.matrix.chenreg

#' @param object  a fitted model created by `chen_reg`,
#' for which there exists the log-likelihood.
#' @param ... further arguments passed to or from other methods.
#'
#' @rdname model.matrix.chenreg
#' @export model.matrix.chenreg
#' @export
model.matrix.chenreg = function(object, ...){
  return(object$X)
}
AlissonRP/chenReg documentation built on July 20, 2023, 4:50 a.m.