nullabor icon indicating copy to clipboard operation
nullabor copied to clipboard

Should resid_boot() have replace = TRUE?

Open clayford opened this issue 1 year ago • 0 comments

Hello.

The code for resid_boot() is sample(stats::resid(model)). Should that be sample(stats::resid(model), replace = TRUE)?

Thanks, Clay

clayford avatar Apr 23 '24 14:04 clayford