We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afd805c commit 54c8672Copy full SHA for 54c8672
1 file changed
R/est_s_t_y-methods.R
@@ -52,7 +52,7 @@ print.est_psi <- function(object, rounding=3, ...){
52
53
#' @rdname est_psi
54
#' @export
55
-print_effects.est_psi <- function(object_t1, object_t0, rounding=3, ...){
+print_effects <- function(object_t1, object_t0, rounding=3, ...){
56
57
n_gamma1 <- length(object_t1$gamma)
58
n_gamma0 <- length(object_t0$gamma)
0 commit comments