order_patient: order_patient - Arranges patients by sequencing technique

View source: R/order_patient.R

order_patientR Documentation

order_patient - Arranges patients by sequencing technique

Description

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

Usage

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 Oct. 1, 2024, 1:07 a.m.