Description Usage Arguments Value Author(s) References See Also
View source: R/diff_PD_robust.R
Constructs confidence intervals (CIs), based on the difference in power-divergence statistic, for estimands in contingency tables subject to equality constraints.
1 2 3 4 5 6 | diff_PD_robust(y, strata, fixed.strata, h0.fct, h0.fct.deriv,
S0.fct, S0.fct.deriv, max.mph.iter, step,
change.step.after, y.eps, iter.orig, norm.diff.conv,
norm.score.conv, max.score.diff.iter, S.space.H0,
tol.psi, tol, max.iter, cut.off, delta, pdlambda,
adj.epsilon, iter.robust.max, iter.robust.eff)
|
y |
Observed table counts in the contingency table(s), in vector form. |
strata |
Vector of the same length as |
fixed.strata |
The object that gives information on which stratum (strata) has (have) fixed sample sizes. |
h0.fct |
The constraint function h_{0}(\cdot) with respect to m, where m = E(Y), the vector of expected table counts. |
h0.fct.deriv |
The R function object that computes analytic derivative of the
transpose of the constraint function h_{0}(\cdot) with respect to
m. If |
S0.fct |
The estimand function S_{0}(\cdot) with respect to m. |
S0.fct.deriv |
The R function object that computes analytic derivative of the
estimand function S_{0}(\cdot) with respect to
m. If |
max.mph.iter, step, change.step.after, y.eps, iter.orig, norm.diff.conv,
norm.score.conv, max.score.diff.iter |
The parameters used in |
S.space.H0 |
Restricted estimand space of S(\cdot) under H_{0}, i.e. subject to the imposed equality constraints along with sampling constraints. |
tol.psi, tol, max.iter |
The parameters used in the three stopping criteria in solving for the roots to the test-inversion equation. |
cut.off |
|
delta |
The constant δ that is in expressions of the moving critical values within each sliding quadratic step. |
pdlambda |
The index parameter λ in the power-divergence statistic. |
adj.epsilon, iter.robust.max, iter.robust.eff |
The parameters used in the robustifying procedure. |
diff_PD_robust
returns a list, which includes two objects. The first object is a 1-by-2 matrix which displays two endpoints of the confidence interval based on the difference in power-divergence statistic. For the second object, it includes the warning message that occurs during construction of the confidence
interval if the robustifying procedure is evoked: "diff.PD.CI: Adjustment used. Not on original data.\n"
. If the robustifying procedure is not evoked, the second object is NULL
.
Qiansheng Zhu
Zhu, Q. (2020) "On improved confidence intervals for parameters of discrete distributions." PhD dissertation, University of Iowa.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.