diff --git a/_common.R b/_common.R index 696d6bf6..59698f0c 100644 --- a/_common.R +++ b/_common.R @@ -140,8 +140,8 @@ inference_method_summary_table <- tribble( "Can also be used to describe random allocation in an experiment", "Randomized experiment or random sampling", "What is it best for?", - "Hypothesis testing (can also be used for confidence intervals, but not covered in this text).", - "Confidence intervals (can also be used for bootstrap hypothesis testing for one proportion as well).", + "Hypothesis testing (can also be used for confidence intervals, but not covered in this text)", + "Confidence intervals (can also be used for bootstrap hypothesis testing for one proportion as well)", "Quick analyses through, for example, calculating a Z score.", "What physical object represents the simulation process?", "Shuffling cards",