Re: Post-hoc distributions
From: lewis@c255.ucsf.EDU (LSheiner)
Subject: Re: Post-hoc distributions
Date: Wed, 7 Oct 1998 18:02:11 -0700
When you say "specify in your structural model that a parameter is log-normal distributed." I assume you mean you write something like
(*) CL = TVCL*EXP(ETA(1)).
[Of course, FO estimates OMEGA according to the model:
CL = TVCL*(1+ETA(1)).]
The post-hoc etas are indeed computed using (*).
The distribution of the post-hoc etas is usually driven by the data, not the log normal "prior" (although this does influence them to be more log-normally distributed than, for example, they might be if a non-parametric prior were used)). If they appear not to be log normally distributed, then your assumption that they are so distributed may be poor.
On the other hand, with, say, only 25-50 individuals, it is extremely difficult to rule in or out any particular distributional form, and before you conclude you have a problem, you might want to see if the observed distribution of post-hoc etas deviates significantly from log normal using some appropriate test (such as KS).
LBS.