Resample.gamma.continuousY {SynDI} | R Documentation |
Resample for bootstrap variance continuous Y
Description
Resampling function to get bootstrap variance for continuous Y. Note that readers need to modify the existing function Resample.gamma.continuousY() to match their own Steps 1-5. It was only included in the package for the purpose of providing an example.
Usage
Resample.gamma.continuousY(data, indices)
Arguments
data |
synthetic data |
indices |
row indices to replicate |
Value
numeric vector of regression coefficients
References
Reference: Gu, T., Taylor, J.M.G. and Mukherjee, B. (2021) Regression inference for multiple populations by integrating summary-level data using stacked imputations https://arxiv.org/abs/2106.06835.
[Package SynDI version 0.1.0 Index]