powered by
Calculates the Capability Comparison Score (CCS) for each symptom checker
get_ccs(data, correct, vignettes, apps)
A data frame object containing the capability comparison score for each symptom checker.
A dataframe
A string indicating the column name storing if the symptom checker solved the case (TRUE or FALSE)
A string indicating the column name storing the vignette or vignette number
A string indicating the column name storing the app names
data(symptomcheckRdata) ccs <- get_ccs( data = symptomcheckRdata, correct = "Correct_Triage_Advice_provided_from_app", vignettes = "Vignette_id", apps = "App_name" )
Run the code above in your browser using DataLab