Terms in Anova [Two-Stage / GS Designs]

posted by ElMaestro  – Denmark, 2013-07-29 18:50 (4278 d 14:51 ago) – Posting: # 11115
Views: 9,683

Hi all,

couldn't help but had to start thinking about the implementation of this.

Now directly for the tricky stuff:

First:
We start out with 3 treatments at stage 1. This means that at stage 1 we have 6 different sequences.
After stage 1 we take a formulation and put it into the trash can. Stage 2 therefore has 2 treatments and thus also 2 sequences. This implies that we have to speak of sequence in stage rather than just sequence.
Does anyone agree?

Second:
The following terms should be evaluated:And Sequence in its own right would be a completely irrelevant term - EMAs Q&A is not applicable here.

Does anyone agree?

Third:
Here's a dataset
- the owner of Fuglsang Pharma (a miserable person of generally dubious character) kindly allowed me to upload it there :yes:
You can save it somewhere and open it in R like this:

A=read.table("testout.txt", header=T) # reads the data

B=subset(A, Trt!=2) ## we now exclude treatment 2; we only wish to look at treatment 1 vs 3

M1=lm(B$lnPK~0+
    as.factor(B$Trt)
   +as.factor(B$Seq):as.factor(B$Stg)
   +as.factor(B$Subj)
   +as.factor(B$Per):as.factor(B$Stg)
   +as.factor(B$Stg))

anova(M1)
# Quite nice; we just need to deal with three terms,
# one of them nested before
# everything else is uniquely determined. 


Anyone agrees?
(I guess I will receive a beating for this)

Pass or fail!
ElMaestro

Complete thread:

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

A Camel is a Horse designed by committee.    Anonymous

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