R/print.R

Defines functions print.synthdid_estimate

Documented in print.synthdid_estimate

#' Print a synthdid object
#' @param x The object to print
#' @param ... Additional arguments (currently ignored).
#' @method print synthdid_estimate
#' @export
print.synthdid_estimate = function(x, ...) { cat(format(x, ...), "\n") }
synth-inference/synthdid documentation built on Jan. 26, 2024, 7:21 a.m.