View source: R/remove_non_complete.R
remove_non_complete | R Documentation |
Remove non-complete cases
remove_non_complete( data, variables = c("flg_cmp_po_severe", "flg_male", "age_at_admit", "e_race_wbho", "e_admit_type", "AHRQ_score", "e_ses_5grp", "facility_clm_yr", "had_assist_surg", "e_hosp_beds_4grp", "flg_hosp_ICU_hosp", "val_hosp_mcday2inptday_ratio", "val_hosp_rn2bed_ratio", "id_physician_npi", "facility_prvnumgrp") )
data |
medicare data |
variables |
variables that need to be used to exclude missing values, for example years of experience. If need to add multiple variables, use syntax c("var1", "var2") |
included variables are the commoly used varaibles in the models. Variables included: "flg_cmp_po_severe", "flg_male", "age_at_admit", "e_race_wbho", "e_admit_type", "AHRQ_score", "e_ses_5grp","facility_clm_yr", "had_assist_surg", "e_hosp_beds_4grp","flg_hosp_ICU_hosp", "val_hosp_mcday2inptday_ratio", "val_hosp_rn2bed_ratio", "id_physician_npi","facility_prvnumgrp"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.