OHDSI / SkeletonComparativeEffectStudy

An R package that can be used as the starting point to implement a comparative effectiveness study.
4 stars 16 forks source link

function to get preference score data for plotting #26

Closed gowthamrao closed 4 years ago

gowthamrao commented 4 years ago

New function to get data from preference score for plotting purpose

schuemie commented 4 years ago

I added a few comments for you to address.

In general: please use R check locally, and make sure there are no warnings. In addition to R check I also run this to detect possible code errors:

OhdsiRTools::checkUsagePackage("SkeletonComparativeEffectStudy")

(see here)

Also, please test all your code. You may need to set up a database environment to test the database-specific stuff.