WTLVmix | R Documentation |
A Kiefer-Wolfowitz NPMLE procedure for estimation of a Gaussian model with independent mean and variance components with weighted longitudinal data. This version exploits a Student t decomposition of the likelihood.
WTLVmix(y, id, w, u = 300, v = 300, ...)
y |
A vector of observations |
id |
A strata indicator vector indicating grouping of y |
w |
A vector of weights corresponding to y |
u |
A vector of bin boundaries for the mean effects |
v |
A vector of bin boundaries for the variance effects |
... |
optional parameters to be passed to KWDual to control optimization |
A list consisting of the following components:
u |
midpoints of the mean bin boundaries |
fu |
the function values of the mixing density of the means |
v |
midpoints of the variance bin boundaries |
fv |
the function values of the mixing density of the variances. |
logLik |
log likelihood value for mean problem |
du |
Bayes rule estimate of the mixing density means. |
dv |
Bayes rule estimate of the mixing density variances. |
status |
Mosek convergence status |
J. Gu and R. Koenker
Koenker, R. and J. Gu, (2017) REBayes: An R Package for Empirical Bayes Mixture Methods, Journal of Statistical Software, 82, 1–26.
WGLVmix for a more general bivariate mixing distribution version
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.