Skip to content

Commit 54c8672

Browse files
print_effects
1 parent afd805c commit 54c8672

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/est_s_t_y-methods.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ print.est_psi <- function(object, rounding=3, ...){
5252

5353
#' @rdname est_psi
5454
#' @export
55-
print_effects.est_psi <- function(object_t1, object_t0, rounding=3, ...){
55+
print_effects <- function(object_t1, object_t0, rounding=3, ...){
5656

5757
n_gamma1 <- length(object_t1$gamma)
5858
n_gamma0 <- length(object_t0$gamma)

0 commit comments

Comments
 (0)