post_hoc_tibble: Construct table for post hoc estimation

View source: R/post_hoc_estimation.R

post_hoc_tibbleR Documentation

Construct table for post hoc estimation

Description

This function constructs a tibble with a screening test configuration including screening strategy and the results of a post hoc estimation.

Usage

post_hoc_tibble(
  screening_strat,
  combination_method,
  A,
  B,
  C,
  target_device,
  sample_size = NA,
  target_selfreported = NA,
  target_tested = NA,
  baserate_hp,
  switch_to_target = NA,
  min_number,
  min_prob
)

klausfrieler/HALT documentation built on March 17, 2023, 6:18 a.m.