Skip to content

Commit

Permalink
print
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrohcgs committed Dec 23, 2020
1 parent daa2b28 commit bd24bd0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions R/AGGTEobj.R
Original file line number Diff line number Diff line change
Expand Up @@ -162,14 +162,14 @@ summary.AGGTEobj <- function(object, ...) {
}
}

#' @title Print Aggregate Treatment Effect Parameter Objects
#' @title print.AGGTEobj
#'
#' @description A function to print aggregated treatment effect parameters.
#' @description prints value of a \code{AGGTEobj} object
#'
#' @param x an \code{AGGTEobj} object
#' @param ... other arguments
#' @param x a \code{AGGTEobj} object
#' @param ... extra arguments
#'
#' @export
print.AGGTEobj <- function(x, ...) {
summary.AGGTEobj(x, ...)
print.AGGTEobj <- function(x,...) {
summary.AGGTEobj(x,...)
}

0 comments on commit bd24bd0

Please sign in to comment.