Skip to content

Commit

Permalink
Formatted citation -> added DOI; dontrun -> donttest
Browse files Browse the repository at this point in the history
  • Loading branch information
mcaceresb committed Jun 11, 2024
1 parent d4b7cce commit 7f45766
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Authors@R:
role = c("aut", "cph"),
email = "jonathan_roth@brown.edu"))
Description:
Provides functions to conduct robust inference in difference-in-differences and event study designs by implementing the methods developed in Rambachan & Roth (2023, RESTUD), "A More Credible Approach to Parallel Trends" [Previously titled "An Honest Approach..."]. Inference is conducted under a weaker version of the parallel trends assumption. Uniformly valid confidence sets are constructed based upon conditional confidence sets, fixed-length confidence sets and hybridized confidence sets.
Provides functions to conduct robust inference in difference-in-differences and event study designs by implementing the methods developed in Rambachan & Roth (2023) <doi:10.1093/restud/rdad018>, "A More Credible Approach to Parallel Trends" [Previously titled "An Honest Approach..."]. Inference is conducted under a weaker version of the parallel trends assumption. Uniformly valid confidence sets are constructed based upon conditional confidence sets, fixed-length confidence sets and hybridized confidence sets.
Encoding: UTF-8
LazyData: true
License: MIT + file LICENSE
2 changes: 1 addition & 1 deletion man/createEventStudyPlot.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Rambachan, Ashesh and Jonathan Roth. "An Honest Approach to Parallel Trends." 20
Ashesh Rambachan
}
\examples{
\dontrun{
\donttest{
# Simple use case; for more detailed examples,
# see <https://github.com/asheshrambachan/HonestDiD#honestdid>
createEventStudyPlot(betahat = BCdata_EventStudy$betahat,
Expand Down
2 changes: 1 addition & 1 deletion man/createSensitivityPlot.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Returns ggplot object of the sensitivity plot.
Ashesh Rambachan
}
\examples{
\dontrun{
\donttest{
# Simple use case; for more detailed examples,
# see <https://github.com/asheshrambachan/HonestDiD#honestdid>
robustResults <-
Expand Down
2 changes: 1 addition & 1 deletion man/createSensitivityPlot_relativeMagnitudes.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Returns ggplot object of the sensitivity plot.
Ashesh Rambachan
}
\examples{
\dontrun{
\donttest{
# Simple use case. For more detailed examples,
# see <https://github.com/asheshrambachan/HonestDiD#honestdid>
kwargs <- list(betahat = BCdata_EventStudy$betahat,
Expand Down
2 changes: 1 addition & 1 deletion man/createSensitivityResults.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Rambachan, Ashesh and Jonathan Roth. "An Honest Approach to Parallel Trends." 20
Ashesh Rambachan
}
\examples{
\dontrun{
\donttest{
# Simple use case; for more detailed examples,
# see <https://github.com/asheshrambachan/HonestDiD#honestdid>
createSensitivityResults(betahat = BCdata_EventStudy$betahat,
Expand Down
2 changes: 1 addition & 1 deletion man/createSensitivityResults_relativeMagnitudes.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Rambachan, Ashesh and Jonathan Roth. "An Honest Approach to Parallel Trends." 20
Ashesh Rambachan
}
\examples{
\dontrun{
\donttest{
# Simple use case. For more detailed examples,
# see <https://github.com/asheshrambachan/HonestDiD#honestdid>
kwargs <- list(betahat = BCdata_EventStudy$betahat,
Expand Down

0 comments on commit 7f45766

Please sign in to comment.