Skip to content

Commit

Permalink
Merge branch 'master' into cran-commit-round5
Browse files Browse the repository at this point in the history
  • Loading branch information
mcaceresb committed Mar 10, 2024
2 parents 9f0e5dd + ba948ed commit 2336c80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions man/createSensitivityPlot.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ Returns ggplot object of the sensitivity plot.
\examples{
# Simple use case; for more detailed examples,
# see <https://github.com/asheshrambachan/HonestDiD#honestdid>
robustResults <-
robustResults <-
createSensitivityResults(betahat = BCdata_EventStudy$betahat,
sigma = BCdata_EventStudy$sigma,
numPrePeriods = length(BCdata_EventStudy$prePeriodIndices),
numPostPeriods = length(BCdata_EventStudy$postPeriodIndices),
alpha = 0.05)
originalResults <-
originalResults <-
constructOriginalCS(betahat = BCdata_EventStudy$betahat,
sigma = BCdata_EventStudy$sigma,
numPrePeriods = length(BCdata_EventStudy$prePeriodIndices),
Expand Down

0 comments on commit 2336c80

Please sign in to comment.