Real mixed effects in WNL, SAS, GLM or Mixed (2) [Regulatives / Guidelines]

posted by yicaoting  – NanKing, China, 2011-10-13 20:52 (4955 d 10:00 ago) – Posting: # 7482
Views: 13,951

----Mixed 2--Start------------------------------------------------------------------------
proc mixed data=dose_equivalence;
class subject sequence period formulation;
model AUC=sequence subject(sequence) period formulation;
lsmeans formulation/cl diff alpha=0.1;
run;
quit;

                              The Mixed Procedure

                            Type 3 Tests of Fixed Effects

                                      Num     Den
                Effect                 DF      DF    F Value    Pr > F
                period                  1      14       1.78    0.2031
                formulation             1      14       0.10    0.7564


                                 Least Squares Means

                                   Standard
Effect      formulation  Estimate     Error    DF  t Value  Pr > |t|   Alpha
formulation 1            235.15      7.3449    14    32.02    <.0001     0.1
formulation 2            231.87      7.3449    14    31.57    <.0001     0.1

                  Effect         formulation       Lower       Upper
                  formulation    1                222.22      248.09
                  formulation    2                218.93      244.80


                         Differences of Least Squares Means

                                              Standard
Effect      formulation _formulation Estimate    Error DF t Value Pr > |t| Alpha
formulation 1           2              3.2855  10.3873 14    0.32   0.7564   0.1

             Effect       formulation  _formulation     Lower       Upper
             formulation  1            2             -15.0097     21.5807


----Mixed 2--End------------------------------------------------------------------------

----Mixed 3--Start------------------------------------------------------------------------
proc mixed data=dose_equivalence;
class subject sequence period formulation;
model AUC=sequence period formulation;
random subject(sequence) / subject=subject;

lsmeans formulation/cl diff alpha=0.1;
run;
quit;

                                     The Mixed Procedure

                                        Fit Statistics

                             AICC (smaller is better)        305.1
                             BIC (smaller is better)         306.1


                                 Type 3 Tests of Fixed Effects

                                        Num     Den
                        Effect           DF      DF    F Value    Pr > F
                        sequence          1      14       0.85    0.3732
                        period            1      14       1.78    0.2031
                        formulation       1      14       0.10    0.7564


                                      Least Squares Means

                                 Standard
Effect      formulation Estimate   Error  DF  t Value Pr > |t| Alpha
formulation 1             235.15 12.7463  14    18.45   <.0001   0.1
formulation 2             231.87 12.7463  14    18.19   <.0001   0.1

                       Effect         formulation       Lower       Upper
                       formulation    1                212.70      257.60
                       formulation    2                209.42      254.32


                              Differences of Least Squares Means

                                              Standard
Effect      formulation _formulation Estimate    Error  DF t Value Pr > |t| Alpha
formulation 1           2              3.2855  10.3873  14    0.32   0.7564   0.1

                  Effect       formulation  _formulation     Lower       Upper
                  formulation  1            2             -15.0097     21.5807


----Mixed 3--End------------------------------------------------------------------------

----Mixed 4--Start------------------------------------------------------------------------
proc mixed data=dose_equivalence;
class subject sequence period formulation;
model AUC=sequence period formulation;
lsmeans formulation/cl diff alpha=0.1;
run;
quit;

                                      The Mixed Procedure

                                 Type 3 Tests of Fixed Effects

                                        Num     Den
                        Effect           DF      DF    F Value    Pr > F
                        formulation       1      28       0.03    0.8567


                                      Least Squares Means

                                      Standard
Effect       formulation  Estimate       Error    DF   t Value   Pr > |t|   Alpha
formulation  1              235.15     12.7463    28     18.45     <.0001     0.1
formulation  2              231.87     12.7463    28     18.19     <.0001     0.1

                       Effect         formulation       Lower       Upper
                       formulation    1                213.47      256.84
                       formulation    2                210.18      253.55


                              Differences of Least Squares Means

                                              Standard
Effect      formulation _formulation Estimate    Error  DF t Value Pr > |t| Alpha
formulation 1           2              3.2855  18.0259  28    0.18   0.8567   0.1

                  Effect       formulation  _formulation     Lower       Upper
                  formulation  1            2             -27.3790     33.9500


----Mixed 4--End------------------------------------------------------------------------

Complete thread:

UA Flag
Activity
 Admin contact
23,424 posts in 4,927 threads, 1,670 registered users;
227 visitors (0 registered, 227 guests [including 10 identified bots]).
Forum time: 06:53 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