#' Obtain model matrix for a dfrr fit
#'
#' Obtain model matrix for a dfrr fit
#'
#'
#' @inheritParams summary.dfrr
#'
#' @method model.matrix dfrr
#'
#' @export
model.matrix.dfrr<-function(object,...){
dfrr_fit<-object
dfrr_fit$modelMatrix
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.