Description Usage Arguments Examples
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
1 | MetricByEndoscopist(dataframe, Column, EndoscopistColumn)
|
dataframe |
The dataframe |
Column |
The column (numeric data) of interest |
EndoscopistColumn |
The endoscopist column |
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.