Skip to content

Commit

Permalink
Better example
Browse files Browse the repository at this point in the history
  • Loading branch information
grantmcdermott committed Dec 11, 2023
1 parent 88b0188 commit ff8bce1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/aggr_es.R
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#' aggr_es(est, aggregation = "cumulative") # cumulative instead of mean effects
#' aggr_es(est, period = "pre") # pre period instead of post
#' aggr_es(est, period = "both") # pre & post periods separately
#' aggr_es(est, period = 5:6) # specific subset of periods
#' aggr_es(est, period = 6:8) # specific subset of periods
#' aggr_es(est, rhs = -1, period = "pre") # pre period with H0 value of 1
#' # Etc.
#'
Expand Down
2 changes: 1 addition & 1 deletion man/aggr_es.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ff8bce1

Please sign in to comment.