Skip to content
Prev 14852 / 20628 Next

Does the “non-independent" data structure defined in mixed models follow the “independency” defined by probability theory?

Thank you Fran?ois, it is much clear for me now.

-----Original Message-----
From: Fran?ois Rousset [mailto:francois.rousset at umontpellier.fr] 
Sent: woensdag, september 07, 2016 14:28
To: Chen, Chun; r-sig-mixed-models at r-project.org
Subject: Re: [R-sig-ME] Does the ?non-independent" data structure defined in mixed models follow the ?independency? defined by probability theory?

Dear all,

I am a bit surprized by the previous follow-up to this question:

Le 05/09/2016 ? 10:08, Chen, Chun a ?crit :
the assumptions are those of the model being fitted. Thus is a mixed model one typically assumes that the _residual errors_ for each observation are independent.
The "observations" are not independent, but the model does not assume that the "observations" are independent in any elevant stochastic sense, only that the residuals are.

I don't see independence in probability as being defined as "not influencing each other". In practice independence also means "not affected by a common factor". A formal definition of independence of several events  is that the joint probability of these events is the product of probabilities of each event : see e.g. Feller 1950, p.125. In the above example of sampling with replacement, a single draw of a residual error affects two response values, so according to the formal definition, the two residuals are not independent. So sampling with replacement violates the assumptions of independence of residuals.

F.R.