Description Usage Arguments Value Examples
Exactly calculate a fragility index using a 2x2 table. Do a grid search over all FI values <= some value. This has been deprecated and will stop with an error to use bin.fi.exact2 instead, as it is more efficient.
1 | bin.fi.exact(crosstab, get.p, alpha = 0.05, max.f = Inf, verbose = FALSE)
|
crosstab |
a 2x2 contingency table with treatments on rows and outcomes on columns |
get.p |
a function inputting a table and outputting a p-value |
alpha |
a string whose value being "exact" leads to an exact calculation |
max.f |
the maximum fragility index considered |
verbose |
a boolean value for whether to print progress percentages (in increments of roughly ten percent) |
a list containing the signed fragility index and other accompanying values,
similar to greedy.fi
.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.