Fixed Effects Muddleties [General Statistics]
❝ IMHO you can't talk about inter-subject variance if using an "all effects as fixed" EMAphylistic model. In such a model there is only one error source, the residual error.
❝ If one is interested in inter-subject variance (to what end ever) a mixed model evaluated via real mixed model software is indispensable.
Yep.
❝ Although it makes no or little difference in case of balanced datasets with no missings. I have played with Helmut's dataset:
Well, my dataset is complete but imbalanced.
❝ CVinter CVintra
❝ Proc GLM 9.9912% 49.1476%
❝ Proc Mixed 9.9912% 49.1476%
❝ GLM: s2inter = (MSsub(seq)-MSerror)/2; s2intra = MSerror
❝ Mixed: variance terms directly read from Covariance parameters
❝ CV = sqrt(exp(s2)-1)
Got exactly your values. Since Pharsight abandoned ANOVA in WinNonlin 3.2 (was standard till 3.1) everything now ‘sits on top’ of REML. It’s a little bit tricky* to get CVinter from the fixed effects model since PHX doesn’t report the MSEs in this case – have to be reconstructed from the table of F-values and the residual variance.

❝ BTW: @Helmut - No message / warning whatsoever during fit of the mixed model (subject(sequence) as random effect, all other fixed) with Proc Mixed.
Stupid enough I couldn’t find a dataset which gives this warning. Don’t remember whether I have seen it previously. I will ask Pharsight – maybe they have an example.
* Workaround for the fixed effects model:
Partial Tests → Data Wizard
Filter: Exclude Units, Numer_DF, Denom_DF, P_value
Result → Join Worksheets
Worksheet 2: Final Variance Parameters
Sort: Dependent
Result → Data Wizard
Custom Transformation, Formula: if(Hypothesis = 'int', Estimate, F_stat*Estimate), New Column Name: MS
Filter: Replace where [Hypothesis] = 'int' with 'Error', Exclude F_stat, Parameter
Proporties: Estimate → MSerror
Custom Transformation, Formula: if(Hypothesis = 'Error', 100*sqrt(exp(MSerror)-1), ''), New Column Name: CVintra
Custom Transformation, Formula: if(Hypothesis = 'Sequence*Subject', 100*sqrt(exp((MS-MSerror)/2)-1), ''), New Column Name: CVinter
Filter: Exclude MSerror
Hypothesis MS CVintra CVinter
Error 0.21635983 49.147639
Sequence 1.0368565
Sequence*Subject 0.23622554 9.9911704
Formulation 0.39246506
Period 0.054789184
Note that PHX’
Partial Tests
are expected to agree with SAS’ Type III LSMs in most of cases (whereas Sequential Tests
≡ SAS’ Type I).Dif-tor heh smusma 🖖🏼 Довге життя Україна!
![[image]](https://static.bebac.at/pics/Blue_and_yellow_ribbon_UA.png)
Helmut Schütz
![[image]](https://static.bebac.at/img/CC by.png)
The quality of responses received is directly proportional to the quality of the question asked. 🚮
Science Quotes
Complete thread:
- Intra subject variability vs Inter subject variability rana 2013-03-01 13:20 [General Statistics]
- CVinter < CVintra: happens sometimes… Helmut 2013-03-01 16:12
- CVinter < CVintra: happens sometimes… ElMaestro 2013-03-01 20:51
- CVinter < CVintra: happens sometimes… Helmut 2013-03-01 23:10
- CVinter < CVintra or negative variance component? d_labes 2013-03-02 15:57
- Sometimes both… Helmut 2013-03-02 18:46
- Must be the optimizer for Mixed Effects Muddles ElMaestro 2013-03-02 22:22
- Fixed Effects Muddleties d_labes 2013-03-05 12:57
- Fixed Effects Muddleties ElMaestro 2013-03-05 13:06
- Fixed Effects MuddletiesHelmut 2013-03-05 15:53
- Fixed Effects Muddleties d_labes 2013-03-05 12:57
- CVinter < CVintra or negative variance component? d_labes 2013-03-02 15:57
- CVinter < CVintra: happens sometimes… Helmut 2013-03-01 23:10
- CVinter < CVintra: happens sometimes… ElMaestro 2013-03-01 20:51
- CVinter < CVintra: happens sometimes… Helmut 2013-03-01 16:12