You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add a note to explain why age_group and sex are included as strata (that would normally be the sampling strata) and also that correcting for this is difficult in situations where dont have an accurate population estimates
add commented-out code for generic weight calculations so ppl can account for population differences in clusters (isidro to send alex)
other points discussed:
isidro to ask con about finite population correction
tab_* broken -> gtsummary wrapper
melbourne {epiR} -> sample size - potential use
The text was updated successfully, but these errors were encountered:
The current add_weights_cluster() function for survey analysis is only applicable to surveys that don't involve PPS.
A standard two stage cluster survey should have cluster-specific (e.g. village specific) weights while a two stage cluster survey with PPS will have the same weight applied to all clusters (see attached doc).
The formula behind the current function doesn't take into consideration whether PPS was applied or not.
The formula to use with a two stage cluster survey that employed PPS can be found in the attached document
to be finalised once dictionaries are available:
other points discussed:
The text was updated successfully, but these errors were encountered: