Skip to content

Commit

Permalink
Remov unicode chars from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
grantmcdermott committed Dec 12, 2023
1 parent 05080ac commit 4af5137
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
1 change: 1 addition & 0 deletions R/aggr_es.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#' @title Aggregates event-study treatment effects.
#'
#' @md
#' @description Aggregates post- (and/or pre-) treatment effects of an
#' "event-study" estimation, also known as a dynamic difference-in-differences
#' (DDiD) model. The event-study should have been estimated using the `fixest`
Expand Down
9 changes: 5 additions & 4 deletions R/iplot_data.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#' @title Internal function for grabbing and preparing iplot data
#'
#' @md
#' @description Grabs the underlying data used to construct `fixest::iplot`,
#' with some added functionality and tweaks for the `ggiplot` equivalents.
#' @param object A model object of class `fixest` or `fixest_multi`, where
Expand All @@ -17,10 +18,10 @@
#' the coefficients to be grouped while the name of the element is the group
#' name. Passed down to `fixest::coefplot(..., group = .group)`. Example of
#' valid uses:
#' group=list(group_name=\"pattern\")⁠,
#' group=list(group_name=c(\"var_start\", \"var_end\"))⁠,
#' group=list(group_name=1:2))
#' See the Details section of `?fixest::coefplot` for more.
#' * group=list(group_name="pattern")
#' * group=list(group_name=c("var_start", "var_end"))
#' * group=list(group_name=1:2)
#' * See the Details section of `?fixest::coefplot` for more.
#' @param .dict A dictionary (i.e. named character vector or a logical scalar).
#' Used for changing coefficient names. Defaults to the values in
#' `getFixest_dict()`. See the `?fixest::coefplot` documentation for more
Expand Down
10 changes: 6 additions & 4 deletions man/iplot_data.Rd

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

0 comments on commit 4af5137

Please sign in to comment.