Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 948 Bytes

readme.md

File metadata and controls

14 lines (10 loc) · 948 Bytes

svrepmisc

Travis-CI Build Status Coverage Status

This packages uses survey::withReplicates to implement several regression methods for replicate weights.

The initial goal is to have easy-to-implement facsimilies for complex survey regression methods available in other softwares like SAS and Stata.

  • SAS's proc surveylogistic offers multinomial logistic regression
  • Stata offers truncated, and interval regressions for survey data
  • Stata offers negative binomial regression for survey data
  • Complex Surveys: A Guide to Analysis Using R Appendix E uses negative binomial as an example for survey::withReplicates
  • Documentation for survey::withReplicates uses quantreg::qr as an example