RM_theta_new_pred {agfh}R Documentation

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)

Arguments

X.new

new independent data to be analyzed

beta.est

estimate of regression term for latent model

Details

Simply X'beta.est

Value

Returns a vector of estimates of theta.

Source

Marten Thompson thom7058@umn.edu

Examples

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

[Package agfh version 0.2.1 Index]