patperry / r-mbest

Moment-Based Estimation for Hierarchical Models (R Package)
Apache License 2.0
24 stars 6 forks source link

Clean up parallel computing; add in diagcov functionality #3

Closed zhangns07 closed 7 years ago

zhangns07 commented 8 years ago

1) write mapper and reducer for parallel computing 2) add diagcov approximation functionality. (Right now I'm still using control() to pass in the parameter.)

patperry commented 8 years ago

Thanks! I'll merge this next week.

On Mar 18, 2016, at 8:18 PM, zhangns07 notifications@github.com wrote:

1) write mapper and reducer for parallel computing 2) add diagcov approximation functionality. (Right now I'm still using control() to pass in the parameter.)

You can view, comment on, or merge this pull request online at:

https://github.com/patperry/r-mbest/pull/3

Commit Summary

write mapper and reducer for parallel computing; add diagcov approximation functionality. File Changes

M DESCRIPTION (1) M NAMESPACE (1) M R/mhglm.R (7) M R/mhglm.fit.R (39) M R/moment.est.R (593) A R/unpivotRp.R (10) M man/mhglm.control.Rd (5) Patch Links:

https://github.com/patperry/r-mbest/pull/3.patch https://github.com/patperry/r-mbest/pull/3.diff — You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub

patperry commented 7 years ago

Thanks for your patches,, sorry it took so long for me to merge! If this happens again, please feel free to bug me about it.