getOptimalWeights: An Estimator for "Optimal" Weight Selection

Description Usage Arguments Value See Also Examples

View source: R/get_optimal_weights.R

Description

This function returns the "optimal" weights for a set of unbiased proxies for the truth. The optimality condition is based on the minimization of the MSE, using the weighted proxy as an estimator for the true covariate.

Usage

1

Arguments

W

A list of length 'k' containing matrices of error-prone proxy measurements of the covariate. Matrices should all be n (observations) x p (dimension of covariates).

Value

A list containing $weights, the optimally computed weights, as well as $M_j, the error-covariance structure matrix.

See Also

[rcalibration::getMj()] which this function calls for the $Mj return, [rcalibration::generalizedRC()] which uses these weights

Examples

1

DylanSpicker/rcalibration documentation built on March 8, 2020, 10:38 a.m.