A first release with the bare bones of the package:
medic()
, the central function of the package, clusters medication data by ATC codes and dosage trajectoriesemploy()
, a central feature, allows for the application of existing clusterings - made bymedic()
- to new data with a similar structure.summary()
a summary method with many different characterization options formedic
objectsenrich()
a function for adding enriching information to clusterings post-hocrefactor()
a method for renaming and recoding clusterings made bymedic()
is.medic()
a check for both themedic
class and the relevant "slots" needed in amedic
object