Difference between revisions of "Test"

From Popix
Jump to navigation Jump to search
(Page créée avec « ==''' The population distribution of the individual parameters '''== ===='''Introduction'''==== ====='''''How to mathematically represent a mixed effects model?'''''===... »)
 
Line 1: Line 1:
 +
<!-- some LaTeX macros we want to use: -->
 +
$
 +
  \newcommand{\Re}{\mathrm{Re}\,}
 +
  \newcommand{\pFq}[5]{{}_{#1}\mathrm{F}_{#2} \left( \genfrac{}{}{0pt}{}{#3}{#4} \bigg| {#5} \right)}
 +
$
 +
 +
 
==''' The population distribution of the individual parameters '''==
 
==''' The population distribution of the individual parameters '''==
  
  
 
===='''Introduction'''====
 
===='''Introduction'''====
 +
  
 
====='''''How to mathematically represent a mixed effects model?'''''=====
 
====='''''How to mathematically represent a mixed effects model?'''''=====
  
Assume that the distribution of the vector of individual parameters <math>\bpsi_i<math> depends on a vector of individual covariates <math>\bc_i<math>:
+
 
 +
 
 +
Assume that the distribution of the vector of individual parameters $\psi_i$ depends on a vector of individual covariates $\beta c_i$:
 +
 
 
\begin{equation} \label{prior2}
 
\begin{equation} \label{prior2}
\bpsi_i \sim \ppsi(\bpsi_i | \bc_i ; \theta)
+
\psi_i \sim \psi(\psi_i | \beta c_i ; \theta)
 
\end{equation}
 
\end{equation}
A mixed effects model assumes here that $\bpsi_i$ can be decomposed as follows:
+
 
 +
A mixed effects model assumes here that $\psi_i$ can be decomposed as follows:
 +
 
 
\begin{equation} \label{prior3}
 
\begin{equation} \label{prior3}
\bpsi_i=H(\psipop,\fmu,\covariate_i,\eta_i)
+
\psi_i = H(\psi_{pop},\beta, c_i,\eta_i)
 
\end{equation}
 
\end{equation}
 +
 +
 
where
 
where
\begin{itemize}
+
 
\item $\psipop$ is a ``typical'' value of $\bpsi$ in the population,
+
* $\psi_{pop}$ is a ``typical'' value of $\psi$ in the population,
\item $c_i$ is a  vector of covariates,
+
* $c_i$ is a  vector of covariates,
\item $\beta$ is a vector of {\it fixed effects},
+
* $\beta$ is a vector of ''fixed effects'',
\item $\eta_i$ is a vector of {\it random effects}, {\it i.e.} $(\eta_i, 1 \leq i \leq N)$ are random vectors with mean 0.
+
* $\eta_i$ is a vector of ''random effects'', ''i.e.'' $(\eta_i, 1 \leq i \leq N)$ are random vectors with mean 0.
\end{itemize}
+
 
 
  In this model, part of the inter-individual variability is explained by the covariates $c_i$.
 
  In this model, part of the inter-individual variability is explained by the covariates $c_i$.
 
  The random effects describe  the part of IIV which is not explained by the covariates.
 
  The random effects describe  the part of IIV which is not explained by the covariates.

Revision as of 14:25, 11 January 2013

$ \newcommand{\Re}{\mathrm{Re}\,} \newcommand{\pFq}[5]{{}_{#1}\mathrm{F}_{#2} \left( \genfrac{}{}{0pt}{}{#3}{#4} \bigg| {#5} \right)} $


The population distribution of the individual parameters

Introduction

How to mathematically represent a mixed effects model?

Assume that the distribution of the vector of individual parameters $\psi_i$ depends on a vector of individual covariates $\beta c_i$:

\begin{equation} \label{prior2} \psi_i \sim \psi(\psi_i | \beta c_i ; \theta) \end{equation}

A mixed effects model assumes here that $\psi_i$ can be decomposed as follows:

\begin{equation} \label{prior3} \psi_i = H(\psi_{pop},\beta, c_i,\eta_i) \end{equation}


where

  • $\psi_{pop}$ is a ``typical value of $\psi$ in the population,
  • $c_i$ is a vector of covariates,
  • $\beta$ is a vector of fixed effects,
  • $\eta_i$ is a vector of random effects, i.e. $(\eta_i, 1 \leq i \leq N)$ are random vectors with mean 0.
In this model, part of the inter-individual variability is explained by the covariates $c_i$.
The random effects describe  the part of IIV which is not explained by the covariates.