muFisher {twotrials} | R Documentation |
Combined estimation function from Fisher's method
Description
This function computes parameter estimates from the combined estimation function based on Fisher's method
Usage
muFisher(a = 0.5, t1, t2, se1, se2, alternative = "greater", ...)
Arguments
a |
P-value function quantile corresponding to the parameter estimate.
Defaults to |
t1 |
Parameter estimate from trial 1 |
t2 |
Parameter estimate from trial 2 |
se1 |
Standard error of the parameter estimate from trial 1 |
se2 |
Standard error of the parameter estimate from trial 2 |
alternative |
One-sided alternative hypothesis. Can be either
|
... |
Additional arguments for |
Value
The parameter estimate based on Fisher's method
Author(s)
Samuel Pawel
See Also
Examples
## 95% CI and median estimate for logRR in RESPIRE trials
muFisher(a = c(0.975, 0.5, 0.025), t1 = -0.4942, t2 = -0.1847, se1 = 0.1833,
se2 = 0.1738, alternative = "less")
[Package twotrials version 0.6 Index]