classify_reduction: Extract clasification and confidence intervals, using the...

View source: R/classify_reduction.R

classify_reductionR Documentation

Extract clasification and confidence intervals, using the same underlying code as for survey_sim

Description

Extract clasification and confidence intervals, using the same underlying code as for survey_sim

Usage

classify_reduction(
  pre,
  post,
  efficacy_expected = 0.95,
  efficacy_lower_target = 0.85,
  alpha = 0.025
)

Arguments

pre

integer vector of pre-treatment data

post

integer vector of post-treatment data

efficacy_expected

desired expected efficacy target (proportion, not %)

efficacy_lower_target

desired lower efficacy target (proportion, not %)

alpha

desired confidence level (0.025 = 95% CI)


ku-awdc/eggSim documentation built on Feb. 23, 2024, 10:22 p.m.