s3alfisc / wildrwolf

Romano-Wolf p-value adjustments for multiple hypotheses testing via the wild bootstrap for objects of type fixest and fixest_multi from the fixest package
https://s3alfisc.github.io/wildrwolf/
GNU General Public License v3.0
7 stars 1 forks source link

add support for models of type lm, ivreg, fixest and felm passed to rwolf as lists #2

Open s3alfisc opened 2 years ago

s3alfisc commented 2 years ago

passed to rwolf as a list()

s3alfisc commented 1 year ago

This should in general be easy as rwolf() accepts inputs of list().

What needs to be added:

E.g., currently, rwolf() does not require to specify how to conduct inference - it simply fetches that information from the fixest objects. Hence to support objects of type lm and ivreg, I would have to re-introduce the clustid function argument.