View source: R/frequentist_eb.R
RM_theta_var_moment_est | R Documentation |
Simple moment-based estimator of the variance of the latent model.
RM_theta_var_moment_est(X, Y, D)
X |
observed independent data to be analyzed |
Y |
observed dependent data to be analyzed |
D |
known precisions of response |
Simple moment-based estimator of the variance of the latent model.
Returns a scalar estimate of variance.
Marten Thompson thom7058@umn.edu
X <- matrix(1:10, ncol=1)
Y <- 2*X + rnorm(10, sd=1.1)
D <- rep(1, 10)
RM_theta_var_moment_est(X, Y, D)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.