dicook / nullabor

Tools for doing statistical inference using data plots
http://dicook.github.io/nullabor/
56 stars 10 forks source link

Fix bootstrap residuals and add permutation residuals #23

Closed mthulin closed 1 day ago

mthulin commented 1 day ago

Currently, the bootstrap residuals method for null_lm computes permutation residuals instead of bootstrap residuals (nonparametric bootstrapping being resampling with replacement, at least in this case). This PR:

Closes #21

dicook commented 1 day ago

Thank you!