View source: R/frequentist_eb.R
RM_theta_new_pred | R Documentation |
X
valuesTraditional EBLUP Estimator of Theta for new X
values
RM_theta_new_pred(X.new, beta.est)
X.new |
new independent data to be analyzed |
beta.est |
estimate of regression term for latent model |
Simply X
'beta.est
Returns a vector of estimates of theta.
Marten Thompson thom7058@umn.edu
X <- matrix(1:10, ncol=1)
b <- 1
RM_theta_new_pred(X, b)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.