View source: R/unequal_unordered.R
unequal.unordered | R Documentation |
Subsidiary function to perform power calculation under unequal assignment probability and without ordered mean assumption.
unequal.unordered(
power = NULL,
sig.level = NULL,
pi = NULL,
kappa = NULL,
N = NULL,
pZ = NULL
)
power |
power of test (1 minus Type II error probability) |
sig.level |
significance level (Type I error probability). |
pi |
compliance rate. Equivalently, average causal effect of Z on D. |
kappa |
effect size |
N |
total number of observations |
pZ |
probability of being assigned to treatment. |
A vector of values for one in {kappa, N, power} that is not supplied by the user.
This function is called internally and thus should not be used directly.
Kirk Bansak and Eddie Yang
Bansak, K. (2020). A Generalized Approach to Power Analysis for Local Average Treatment Effects. Statistical Science, 35(2), 254-271.
equal.unordered
, equal.ordered
, unequal.ordered
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.