Learn R Programming

agfh (version 0.2.1)

RM_theta_new_pred: Traditional EBLUP Estimator of Theta for new X values

Description

Traditional EBLUP Estimator of Theta for new X values

Usage

RM_theta_new_pred(X.new, beta.est)

Value

Returns a vector of estimates of theta.

Arguments

X.new

new independent data to be analyzed

beta.est

estimate of regression term for latent model

Details

Simply X'beta.est

Examples

Run this code
  X <- matrix(1:10, ncol=1)
  b <- 1
  RM_theta_new_pred(X, b)

Run the code above in your browser using DataLab