Zelig
Zelig copied to clipboard
Use modelr in bootstrap method?
https://github.com/hadley/modelr
We could use resample
to store a pointer to the data instead of making copies.
Sounds promising. I'll look into it after the poly/splines ordeal.
That would be good. That would also help when bootstraps are used to approximate weights, and for implementation of the Jackknife, which was not going to be at all efficient under the current by
structure.