Description Usage Arguments Value References Examples
View source: R/Function_CRTBound.R
Find the calibration value q satisfying T = ∑_{ji} I_{c,h} (L_{ji} - q) from a grid-search.
1 |
L |
A vector in the surrogate indicator function \mathcal{I}_{c,h}. |
T |
A number in the left hand side. |
h,c |
Parameters of the surrogate indicator function \mathcal{I}_{c,h}; see Section 4.2 of Park and Kang (2021) for details. |
thr |
A number used as the threshold in the grid-search. The true solution q* satisfies |q*-q|<thr. |
A solution q to T = ∑_{ji} \mathcal{I}_{c,h} (L_{ji} - q).
Chan Park & Hyunseung Kang (2021+) Assumption-Lean Analysis of Cluster Randomized Trials in Infectious Diseases for Intent-to-Treat Effects and Network Effects, Journal of the American Statistical Association [Link]
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.