MetricByEndoscopist: Plot a metric by endoscopist

Description Usage Arguments Examples

Description

This takes any of the numerical metrics in the dataset and plots it by endoscopist. It of course relies on a Endoscopist column being present

Usage

1
MetricByEndoscopist(dataframe, Column, EndoscopistColumn)

Arguments

dataframe

The dataframe

Column

The column (numeric data) of interest

EndoscopistColumn

The endoscopist column

Examples

1
2
3
4
5
6
#The function plots any numeric metric by endoscopist
# and also gives a table with it. In this example we plot medication by
# endoscopist
MyendoNew<-cbind(EndoscMeds(Myendo$Medications),Myendo)
kk<-MetricByEndoscopist(MyendoNew,'Endoscopist','Fent')
rm(Myendo)

sebastiz/EndoMineR_devlop documentation built on May 29, 2019, 7:33 a.m.