regressionEstimates: Point estimates: For the regression coefficients
Description
Calculates point estimates for the regression coefficient
for given point estimates of the variance components 'd'
and a data frame of different estimates of the
heterogeneity 'h'.
Usage
regressionEstimates(y, d, h_dat, x)
Arguments
y
study responses, k-vector of responses.
d
heteroscedasticity, k-vector of
heteroscedasticities.
h_dat
Here, 'h_dat' should be a data frame with
variables 'type' and 'h'. Thus, one may use h_dat =
hEstimates(y, d, x).
x
design matrix, k-p-matrix.
Value
A list of estimates for the regression coefficients.Here, 'h_dat' should be a data frame with variables
'type' and 'h', thus, we may use h_dat = hEstimates(y, d,
x)