View source: R/get_ec_reports.R
get_ec_reports | R Documentation |
Produces a dataframe that has a row for each respondent X cell containing respondent's reported deaths and exposure among siblings in the cell.
get_ec_reports(
esc.dat,
ego.id,
sib.dat,
sib.frame.indicator,
cell.vars,
weights,
discretize.exp = FALSE
)
esc.dat |
Dataset with a row for each respondent X sibling X cell, likely produced by |
ego.id |
String with the name of the column in |
sib.dat |
Dataset with a row for each reported sibling, likely produced by TODO |
sib.frame.indicator |
String with the name of the column in |
cell.vars |
a vector with Strings containing the names of columns in |
weights |
String with the name of the column in |
discretize.exp |
Boolean for whether or not expsoure should be discretized. Not yet implemented. |
A dataframe that has a row for each respondent X cell containing respondent's reported deaths and exposure among siblings in the cell.
# TODO - add example
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.