R/helpers_import.R
get_rmse_plots.Rd
Create Diagnosis Plot of Log Normalized RMSE Across Studies
get_rmse_plots(
diagnosands_df,
study_map = c(`Brazil (FF)` = "ff_brazil", `Brazil (Stanford)` = "stanford_brazil",
`Costa Rica (John Jay)` = "johnjay_costarica", `Morocco (NORC)` = "norc_marocco",
`Pakistan (JHU)` = "jhu_pakistan", `Tanzania (John Jay)` = "johnjay_tanzania",
`Tunisia (UMass)` = "umass_tunisia", `USA (RTI)` = "rti_usa"),
sampling_map = c(PPS = "pps", RDS = "rds", TLS = "tls", `RDS/TLS` = "rds_tls",
`RDS/PPS` = "rds_pps"),
estimator_map = c(NSUM = "nsum", HT = "ht", Recapture = "recap", `SS-PSE` = "sspse",
`Service Multiplier` = "multi", Chords = "chords")
)
diagnosands data frame produced by diagnose_design()
named character vector of mapping between study labels and names used in the plot
named character vector of mapping between sampling strategies and names used in the plot
named character vector of mapping between estimators and names used in the plot