PHX/WNL vs. SAS Proc Mixed [Regulatives / Guidelines]

posted by d_labes  – Berlin, Germany, 2011-10-10 17:46 (4958 d 16:24 ago) – Posting: # 7459
Views: 14,310

Dear Helmut, dear All!

Here the results with real mixed model software:
Proc mixed data=dose_equivalence;
class subject sequence period formulation;
  model logAUC= formulation period sequence;
  random subject(sequence);
  lsmeans formulation / diff cl alpha=0.1;
run;


(only the least square means part shown for the ln-transformed data)
                               The Mixed Procedure

                               Least Squares Means

                                      Standard
Effect      formulation  Estimate     Error    DF  t Value  Pr > |t|   Alpha
formulation  1             5.4356   0.05634    14    96.48    <.0001     0.1
formulation  2             5.4266   0.05634    14    96.32    <.0001     0.1

                               The Mixed Procedure

                               Least Squares Means

                  Effect       formulation     Lower       Upper
                  formulation  1              5.3364      5.5349
                  formulation  2              5.3273      5.5258


                       Differences of Least Squares Means

                                                       Standard
Effect      formulation   _formulation   Estimate      Error     DF   t Value
formulation   1             2            0.009072    0.05134     14      0.18

                        Differences of Least Squares Means

Effect      formulation   _formulation   Pr > |t|    Alpha    Lower     Upper
formulation   1             2             0.8623      0.1   -0.08135    0.0995


Seems there is a perfect consistency of the results.

Remember (from our previous discussions about this topic) that SAS Proc GLM fits all effects as fixed effects. The random statement handles the named effects as random only in a "post-hoc manner", what ever this really means.

That's the reason why our captain calls this statement within Proc GLM bogus.
WNL on the other hand uses in his default evaluation obviously the real mixed model solution.
So far so good.

To be conform with the holy scripture (term invented by EM), page 15
"The terms to be used in the ANOVA model are usually sequence, subject within sequence, period and formulation. Fixed effects, rather than random effects, should be used for all terms."
the PHX/WNL user should leave the default and define all effects as fixed.

That answers Yicoating's question "Which is reliable?"
For the great oracle EMA: the SAS results using Proc GLM (random statement or not) or WNL results after setting all effects fixed :smoke:.

From a scientific point of view there are good reasons to use the real mixed effects solution.
Fortunately the outcome we are interested in at the end - the difference between formulations and their 90% CI - doesn't depend on the choice :cool:. But only if we talk simple 2x2 crossover without missing values. See here.

Regards,

Detlew

Complete thread:

UA Flag
Activity
 Admin contact
23,424 posts in 4,927 threads, 1,672 registered users;
195 visitors (0 registered, 195 guests [including 4 identified bots]).
Forum time: 10:10 CEST (Europe/Vienna)

Young man, in mathematics you don’t understand things.
You just get used to them.    John von Neumann

The Bioequivalence and Bioavailability Forum is hosted by
BEBAC Ing. Helmut Schütz
HTML5