Method for generating a sampling design for data
generation following a random effects meta regression
model with known heteroscedasticity.
Usage
designY(n, h_bounds, d_bounds, x)
Arguments
n
resolution of the heterogeneity and
heteroscedasticity parameters, i.e. the number of of
different (heterogeneity, heteroscedasticity) pairs in
the design.
h_bounds
bounds of the heterogeneity.
d_bounds
bounds of the heteroscedasticity.
x
design matrix.
Value
Function returns a data frame. Each line of this data
frame can be an input to the function 'rY' which is used
to sample data from such a design.
Details
Generates a sampling design for the heterogeneity 'h' and
a heteroscedasticity 'd1', ..., 'dk'.
Points in the design are selected via a maxi-min
hypercube sampling using the 'lhs' package in a
predefined parameter cube.