fagan.plot(probs.pre.test, LR, test.result="+")
plotFagan(hscale=1.5, vscale=1.5, wait=FALSE)
plotFagan2(hscale=1.5, vscale=1.5, wait=FALSE)
plotFagan.old()
plotFagan2.old()
tkrplot
tkrplot
wait
is FALSE then NULL is returned, if
wait
is TRUE, then a list with the current values is returned.fagan.plot
creates the plot based on input
to the function. The plotFagan
and plotFagan2
functions set up Tk windows with sliders representing the possible
inputs and show how the plot and the posterior probability changes
when you adjust the inputs. The plotFagan
function creates
sliders for the prior probability and the LR, while the
plotFagan2
function replaces the LR slider with 2 sliders for
the sensitivity and specificity.
More detail on the plots and the math behind them can be found at the
websites below.slider
fagan.plot(0.8, 2)
fagan.plot(0.8, 0.95/(1-0.90) )
if(interactive()) {
plotFagan()
plotFagan2()
}
Run the code above in your browser using DataLab