powered by
Traditional EBLUE Estimator of Beta
RM_beta_eblue(X, Y, D, theta_var_est)
Returns a vector estimate of beta.
observed independent data to be analyzed
observed dependent data to be analyzed
known precisions of response Y
Y
estimate of variance term for latent model
Traditional EBLUE estimator of beta.
X <- matrix(1:10, ncol=1) Y <- 2*X + rnorm(10, sd=1.1) D <- rep(1, 10) th.var.est <- 0.1 RM_beta_eblue(X, Y, D, th.var.est)
Run the code above in your browser using DataLab