regtools.hypothesis package

Submodules

regtools.hypothesis.lincom module

regtools.hypothesis.lincom.hypothesis_test(result, col_coef_dict)[source]

Perform a hypothesis test with one or multiple columns

Parameters
  • result – regression result

  • col_coef_dict (Dict[str, float]) – keys are names of columns in DataFrame used for regression. Values are coefficients to apply to those columns.

Returns