test {pridit}R Documentation

Test dataset for PRIDIT analysis

Description

A sample dataset containing health quality metrics for 5 healthcare providers, used to demonstrate the PRIDIT scoring methodology.

Usage

test

Format

A data frame with 5 rows and 4 variables:

ID

Character. Unique identifier for each healthcare provider (A through E)

Smoking_cessation

Numeric. Smoking cessation counseling rate (0.85-1.0)

ACE_Inhibitor

Numeric. ACE inhibitor prescription rate (0.90-1.0)

Proper_Antibiotic

Numeric. Proper antibiotic usage rate (0.98-1.0)

Source

Synthetic data created for package examples

Examples

data(test)
head(test)

# Calculate PRIDIT scores
ridit_scores <- ridit(test)
weights <- PRIDITweight(ridit_scores)
final_scores <- PRIDITscore(ridit_scores, test$ID, weights)

[Package pridit version 1.1.0 Index]