powered by
X
Traditional EBLUP Estimator of Theta for new X values
RM_theta_new_pred(X.new, beta.est)
Returns a vector of estimates of theta.
new independent data to be analyzed
estimate of regression term for latent model
Simply X'beta.est
beta.est
X <- matrix(1:10, ncol=1) b <- 1 RM_theta_new_pred(X, b)
Run the code above in your browser using DataLab