Description Usage Arguments Value Examples
The plot follows the convention that the not filled-in circled points are not on the line and the points with a filled-in circle are on the line.
1 | incidence.plot(out, ylab = latex2exp::TeX("Incidence fragility index $FI_q$"))
|
out |
the output of bin.fi.incidence |
ylab |
a string or LaTeX expression for the vertical axis label |
a plot visualizing the incidence fragility indices
1 2 3 4 | x <- matrix(nrow=2,byrow=TRUE,c(5, 100, 30, 70),
dimnames = list(c('treatment', 'control'), c('event', 'nonevent')))
out <- bin.fi.incidence(crosstab=x, alg='exact')
incidence.plot(out)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.