ddediu / AdhereR

Computation of adherence to medications from Electronic Healthcare Data in R
26 stars 6 forks source link

Plot dose: adjust per *medication type* across *all patients* #18

Closed ddediu closed 6 years ago

ddediu commented 6 years ago

Now the maximum dose (used for adjusting the line width) is computed across all patients (OK) and across all medication types (WRONG)

ddediu commented 6 years ago

Fixed + now there's a parameter (plot.dose.lwd.across.medication.classes) allowing the user to go for the relative behavior (default; FALSE) or global (TRUE)