order_patient: order_patient - Arranges patients by sequencing technique

Description Usage Arguments

View source: R/order_patient.R

Description

Arranges patients by sequencing technique (R Package required: 'dplyr', 'reshape2, 'seriation')

Usage

1
2
3
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


adepro documentation built on July 6, 2021, 5:08 p.m.

Related to order_patient in adepro...