Skip to content
Prev 17064 / 20628 Next

Weighted regression in REML

Can I please request that in general people **not** use this list to
post links to material that is (presumably) violating the
authors'/publisher's wishes? (A screenshot of a particular equation
would seem to constitute "fair use" ...)

  FWIW your statement sounds correct to me -- in the Bates et al.
JSS/lmer paper (available via vignette("lmer", package="lme4")), the
development of the estimation procedure mostly leaves the weights out
for simplicity, but says:

"To allow for case weights, we save the products X^? W X, X^? W y, Z^? W
X, Z^? W y and Z^? W Z (see Table 6)."

  W is the weight matrix, so this is equivalent to multiplying X, y, Z
by W^(1/2) ...

  cheers
    Ben Bolker
On 2018-10-16 05:16 PM, Nik Tuzov wrote: