order_patient - Arranges patients by sequencing technique
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 )
ae_data
: Adverse event datasetpatients
: Patient datasetvariables
: Vector with Variable Names used to seriatemethod_dist
: Character string with the name of the method to calculate the distance matrixmethod_seriate
: Character string with the name of the method to seriate