powered by
A sample dataset containing health quality metrics for 5 healthcare providers, used to demonstrate the PRIDIT scoring methodology.
test
A data frame with 5 rows and 4 variables:
Character. Unique identifier for each healthcare provider (A through E)
Numeric. Smoking cessation counseling rate (0.85-1.0)
Numeric. ACE inhibitor prescription rate (0.90-1.0)
Numeric. Proper antibiotic usage rate (0.98-1.0)
data(test) head(test) # Calculate PRIDIT scores ridit_scores <- ridit(test) weights <- PRIDITweight(ridit_scores) final_scores <- PRIDITscore(ridit_scores, test$ID, weights)
Run the code above in your browser using DataLab