Alexander Fischer
Alexander Fischer
Wow, hi @LuisNavarro07 , i completely missed this one. Sorry! The issue is that the IV estimator only works with the ivreg function from the ivreg package but not via...
Hi, this is already possible - the bootstrapped t stats are stored in the model$t_boot =)
I see! These are computed in [this function](https://github.com/s3alfisc/fwildclusterboot/blob/master/R/p_val_null.R#L1) as "numer". This function is then called via [fast_n_reliable](https://github.com/s3alfisc/fwildclusterboot/blob/master/R/boot_algo_fastnreliable.R) implementation, which itself is called by [run_bootstrap](https://github.com/s3alfisc/fwildclusterboot/blob/master/R/run_bootstrap.R). And last, `run_bootstrap` is the function...