Arranges patients by sequencing technique (R Package required: 'dplyr', 'reshape2, 'seriation')
order_patient(
ae_data = ae_data,
patients = patient_d,
variables = input$varSeq,
method_dist = "euclidean",
method_seriate = input$methSeq
)
Adverse event dataset
Patient dataset
Vector with Variable Names used to seriate
Character string with the name of the method to calculate the distance matrix
Character string with the name of the method to seriate