plotesthelper {NMAoutlier} | R Documentation |
Helper function to create the plots of summary estimates and their intervals for FS algorithm.
plotesthelper(x, lower, upper, estimate, xdata, xtitle)
x |
object of class NMAoutlier(mandatory). |
lower |
lower bundary of confidence interval of summary estimate. |
upper |
upper bundary of confidence interval of summary estimate. |
estimate |
summary estimate. |
xdata |
data. |
xtitle |
title for plots in x-axis. |
Plot of summary estimate and its confidence interval for each treatment for FS and algorithm. Vertical axis provides the iterations of FS algorithm. Horizontal axis provides a summary estimate of a treatment.
Maria Petropoulou <petropoulou@imbi.uni-freiburg.de>