Skip to contents

This creates a column of Paris grade for all samples where this is mentioned.

Usage

BarrettsParisEMR(Column, Column2)

Arguments

Column

Endoscopy report field of interest as a string vector

Column2

Another endoscopy report field of interest as a string vector

Value

a string vector

See also

Other Disease Specific Analysis - Barretts Data: BarrettsAll(), BarrettsBxQual(), Barretts_FUType(), Barretts_PathStage(), Barretts_PragueScore()

Examples

# 
Myendo$EMR<-BarrettsParisEMR(Myendo$ProcedurePerformed,Myendo$Findings)