Description Usage Arguments Value Examples
This is a function which is a wrapper around internal functions which calculate
the fragility index for different data types and test specifications. It is used
for meta analyses on binary data. This function makes use of p-value calculators
from the meta
R package.
1 2 3 4 5 6 7 8 9 10 |
data |
a dataframe with the number of events and observations for the control and treatment groups as columns. The names of the studies must be the rownames, and the names cannot contain two consuctive dots. The order should be event.e, n.e, event.c, n.c, as in meta::binmeta |
restr.study |
a character vector giving the names of the studies whose patients are allowed to have response changes. The default is all the studies. |
method |
A character string indicating which method is to be used for pooling of studies.
One of "Inverse", "MH", "Peto", "GLMM", or "SSW", can be abbreviated. (From |
sm |
A character string indicating which summary measure ("RR", "OR", "RD", or "ASD"). See the 'meta“ package documention for more details. |
cl |
a cluster from the |
alpha |
a number for the size of test |
verbose |
a logical value for whether to print status updates while running |
q |
the sufficiently likely threshold, defaults to 0, permitting all modifications. Any empirical conditional outcome probability strictly lower than q will not be permitted to receive outcome modifications. |
the output of greedy.fi specialized to the meta analysis case
1 2 3 | data(Olkin95, package = "meta")
out <- binmeta.fi(data = Olkin95[1:5, -2], restr.study = c("Dewar", "Lippschutz"))
out$FI
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.