diff --git a/man/createSensitivityPlot.Rd b/man/createSensitivityPlot.Rd index be173e4..7ccab1e 100644 --- a/man/createSensitivityPlot.Rd +++ b/man/createSensitivityPlot.Rd @@ -41,13 +41,13 @@ Returns ggplot object of the sensitivity plot. \examples{ # Simple use case; for more detailed examples, # see - 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),