Select Page

Distribution of the individual parameters

Purpose

This figure can be used to compare:

  • the empirical distribution of the individual parameters, estimated with the conditional means, the conditional modes, or simulated from the conditional distributions,
  • the theoretical distribution defined in the statistical model, with the estimated population parameter.

Further analysis such as stratification by covariate or shrinkage assessment can be performed and will be detailed below.

 

PDF and CDF

In the warfarinPK_project, several parameters are estimated. It is possible to display the theoretical distribution and the histogram of the empirical disitribution as proposed below.

The distributions are represented as histograms for the probability density function (PDF). Hovering on the histogram also reveals the density value of each bin as shown on the figure below

Notice that the theoretical pdf is a pure log-normal distribution. However, in case of covariate use with the parameters, it is not a pure log-normal but rather a combinaison of log-normal distribution. If for example, on set the SEX covariate on the parameter V, a parameter beta_V_SEX_1 is created and the individual parameter distribution becomes as the following.

Cumulative distribution functions (CDF) is proposed too.

Again, overlaying the plots display the information concerning the parameter value and its empirical and theoretical cdf.

 

Getting away with shrinkage using simulated individual parameters

If the data does not contain enough information to estimate correctly some individual parameters, individual estimates that come from the means or the modes of the individual conditional distributions are shrunk towards the same population value, which is respectively the mean and the mode of the population distribution of the parameter. For a parameter \(\psi_i\) which is a function of a random effect \(\eta_i\), this phenomenon can be quantified by defining the \(\eta\)-shrinkage as:

$$\eta\text{-shrinkage} = 1 -\frac{Var(\hat{\eta})}{\hat{\omega}^2} $$

where \(\text{Var}\left(\hat{\eta}_i\right)\) is the empirical variance of the estimated random effects \(\hat{\eta}_i\)’s. It is possible to display the shrinkage value on top of the histograms, as can be seen below:

The “simulated individual parameters” option uses instead individual parameters drawn from the conditional distribution, simulated by the MCMC procedure. This method is recommended as it permits to obtain unbiased estimators that are not affected by possible shrinkage, and leads to more reliable results. For more details see the page Understanding shrinkage and how to circumvent it.

In the same example, the simulated individual parameters provide much better shrinkage as can be seen below.


The following table compiles the shrinkage calculation (in %) for all methods

Method\Parameters Tlag ka V Cl
Conditional mean 71.5 69.8 8.87 0.23
Conditional mode 74.2 74.7 10.3 -0.2
Simulated individual parameters -17.1 3.66 2.63 1.01

Example of stratification

It is possible to stratify the population by some covariate values and obtain the distributions of the individual parameters in each group. This can be useful to check covariate effect, in particular when the distribution of a parameter exhibits two or more peaks for the whole population. On the following example, the distribution of the parameter k from the same example as above has been split for two groups of individuals according to the value of the continuous covariate AGE, allowing to visualize two clearly different distributions.

Settings

  • General: add/remove the legend, the grid, and the shrinkage in %.
  • Display
    • Empirical: add/remove histogram of empirical distribution.
    • Theoretical: add/remove curve of theoretical distribution.
    • Distribution function: The user can choose to display either the probability density function (PDF) as histogram or the cumulative distribution function (CDF).
    • Individual estimates: The user can define which estimator is used for the definition of the individual parameters.

Simulated individual parameters are used by default, otherwise the conditional mode is the default estimation if it has been computed with the “Individual parameters estimation” task.