Skip to content

multilevel analysis with sample weighted data

1 message · Rodrigo Travitzki

#
Ben,
you are right, "weights=varFixed(~I(1/n))" seems to work like a charm!

And my apologies to the MLwiN team, which do a great job.

In time: in order to use multiple weigths (in different levels), we have 
to use varIdent, right?
Somethight, like:

weights=varIdent(~1|I(1/n1)*I(1/n2)*I(1/n3))


Best,
Rodrigo
On 28-08-2014 14:52, Ben Bolker wrote: