order_patient function

order_patient - Arranges patients by sequencing technique

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 )

Arguments

  • ae_data: Adverse event dataset
  • patients: Patient dataset
  • variables: Vector with Variable Names used to seriate
  • method_dist: Character string with the name of the method to calculate the distance matrix
  • method_seriate: Character string with the name of the method to seriate