strat_mht: Calculate the multiple hypotheses adjusted p-values

strat_mhtR Documentation

Calculate the multiple hypotheses adjusted p-values

Description

Using the stepdown approach used in List, J. A., Shaikh, A. M., & Xu, Y. (2016). Multiple Hypothesis Testing in Experimental Economics (No. 21875). Code translated from the MATLAB code at https://github.com/seidelj/mht.

Usage

strat_mht(
  origin_analysis_data,
  reg_formula,
  strat_by,
  cluster,
  covar,
  hypotheses,
  exploit_transitivity = FALSE,
  subgroup_col = NULL,
  ate_pair_cols = NULL,
  num_resample = 1000,
  parallel = FALSE
)

Arguments

num_resample

karimn/econometr documentation built on July 23, 2022, 12:01 p.m.