compare_predictions | R Documentation |
Using circ_who
and circ_where
, determines survey
type.
Using circ_who
and circ_where
, determines survey
type.
Join surveys with areas for each level leading up to the desired area level. This distributes granular surveys to desired area_level using parent_ids.
compare_predictions(actual, predictions)
find_circ_type(survey_circumcision)
reassign_survey_level(
survey_circumcision,
areas,
area_lev,
remove_add_cols = TRUE
)
actual |
|
predictions |
|
survey_circumcision |
|
areas |
|
area_lev |
|
remove_add_cols |
Only keep columns originally present in
|
List of:
"summary_stats_df"pointwise prediction stats as a data.frame
"summary_stats"mean/summed overall prediction stats
Surveys with circumcision type labelled by the column type
.
Surveys with records reassigned to area_lev
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.