Once we merge #185, we may want to slightly re-organize SandwichLayerVariance.R. I think it should continue to have the user-facing vcov_tee() and higher-level functions i.e., .vcov_MB0() and .vcov_DB0(), but to make it easier for researchers interested in looking specifically at the code for either model-based or design-based variance estimates, I think it might help to split up helper functions into two files.
Once we merge #185, we may want to slightly re-organize
SandwichLayerVariance.R
. I think it should continue to have the user-facingvcov_tee()
and higher-level functions i.e.,.vcov_MB0()
and.vcov_DB0()
, but to make it easier for researchers interested in looking specifically at the code for either model-based or design-based variance estimates, I think it might help to split up helper functions into two files.