calculate summary statistics for siblings in a given time window
sibling_summ.Rdcalculate summary statistics for siblings in a given time window
Arguments
- sib.dat
The long-form sibling dataset (likely produced by prep_dhs_sib_histories)
- ego.id
String with the name of the column in
sib.datcontaining the survey respondent ID- sib.id
String with the name of the column of
sib.datthat has the sibling ID- sib.frame.indicator
String with the name of the column in
sib.datcontaining a 0/1 coded variable indicating whether or not each sib is in the frame population- cell.config
An object containing the configuration of cells; see
cell_configfor more information