R/summary.drdid.R

Defines functions summary.drdid

#' @title Summary
#'
#' @description Summary of a drdid object
#'
#' @param object A drdid object
#' @param ... Other params (required as generic function, but not used)
#'
#' @export
#' @noRd
# Define new summary function
summary.drdid <- function(object, ...){
  drdid.obj <- object
  print(drdid.obj)

}

Try the DRDID package in your browser

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

DRDID documentation built on May 31, 2023, 9:10 p.m.