SPSS code for standard crossover [Software]

posted by Oiinkie  – The Netherlands, 2013-02-07 19:17 (4527 d 13:19 ago) – Posting: # 9989
Views: 4,614

Dear all,

As promised ;-), below you'll find an SPSS code to analyze a standard 2x2x2 crossover BE study. In your data sheet, name your columns something like subject, period, sequence, treatment, Cmax, AUCt, AUCinf..., and fill in your data. In the treatment/formulation column test product should be coded 1 and reference 2; sequence 1=TR and 2=RT (as opposed to bear). ln Cmax can be automatically computed (if you'd like to do this in SPSS, column lnCmax will be added to your data sheet) by

COMPUTE lnCmax=LN(Cmax).
EXECUTE.

NCA is not included, so you have to compute your PK parameters first with e.g. bear, pksolver for M$ Excel, SAS or any other...

GLM
   lnCmax BY period sequence treatment subject
   /CONTRAST(treatment)=Simple
   /METHOD=SSTYPE(3)
   /INTERCEPT=INCLUDE
   /CRITERIA=ALPHA(.1)
   /PRINT=DESCRIPTIVE <--optional
   /DESIGN= subject within sequence period treatment sequence.

Include /RANDOM=subject to set subject as random factor (not recommended by the guideline). You may back-transform the results to obtain GMR PE and 90% CI. CVintra is obtained from the MSE, obviously. I have "validated" my SPSS results with SAS and bear.

Hope this may be useful to the very few that use SPSS in the BE/PK world :-D:cool:

Regards,

Oiinkie

Complete thread:

UA Flag
Activity
 Admin contact
23,425 posts in 4,928 threads, 1,676 registered users;
41 visitors (0 registered, 41 guests [including 13 identified bots]).
Forum time: 09:36 CEST (Europe/Vienna)

No problem can stand the assault of sustained thinking.    Voltaire

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