4x4 crossover - Latin square or Williams [General Sta­tis­tics]

posted by d_labes  – Berlin, Germany, 2012-09-26 13:59 (5010 d 02:50 ago) – Posting: # 9262
Views: 7,752

Dear John,

:confused: What does the poet want to tell us? (An old question from school days.)

I didn't criticized the chosen Latin square. IMHO it is not necessary to choose a Williams square which is said to be balanced with respect to 'first order carry over' since our usual evaluation does not consider such an effect. Beside the fact that 'first order carry over' is highly criticized (see Stephen Senn's book "Cross-over Trials in Clinical Research").
The use of Williams design is nevertheless often used nowadays because of historical reasons.

What I tried to say was that your code results in a 'random' list which was a simple repetition of the four sequences, i.e subjects 1-4 were assigned to the four sequences, subjects 8-12 to the same four sequences and so on.
Try the code
proc plan seed=12152;
  factors Subject=24 random Period=4 ordered;
  treatments Treatment=4 cyclic;
  output out=LatinSquare
  Treatment cvals=('A' 'B' 'C' 'D') random;
run;

to see the difference.

Regards,

Detlew

Complete thread:

UA Flag
Activity
 Admin contact
23,654 posts in 4,992 threads, 1,570 registered users;
101 visitors (0 registered, 101 guests [including 20 identified bots]).
Forum time: 16:49 CEST (Europe/Vienna)

The idea is to try and give all the information to help others
to judge the value of your contribution;
not just the information that leads to judgment
in one particular direction or another.    Richard Feynman

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