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

Error with engine = "WildBootTests.jl" #5

Closed s3alfisc closed 1 year ago

s3alfisc commented 1 year ago

When running the bootstrap through "WildBootTests.jl", a bug occurs as rwolf() expects a vector, but boottest() returns the bootstrapped t-statstics as a matrix.

s3alfisc commented 1 year ago

See here.