R/model.matrix.dfrr.R

Defines functions model.matrix.dfrr

Documented in model.matrix.dfrr

#' Obtain model matrix for a dfrr fit
#'
#' Obtain model matrix for a dfrr fit
#'
#''@return
#' This function returns the model matrix.
#'
#' @inheritParams summary.dfrr
#'
#' @method model.matrix dfrr
#'
#' @export

model.matrix.dfrr<-function(object,...){
  dfrr_fit<-object
    dfrr_fit$modelMatrix
}

Try the dfrr package in your browser

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

dfrr documentation built on May 31, 2023, 5:32 p.m.