Terms in Anova [Two-Stage / GS Designs]

posted by ElMaestro  – Denmark, 2013-07-29 18:50 (4363 d 20:31 ago) – Posting: # 11115
Views: 10,020

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,428 posts in 4,929 threads, 1,682 registered users;
53 visitors (0 registered, 53 guests [including 12 identified bots]).
Forum time: 15:22 CEST (Europe/Vienna)

To know that we know what we know,
and to know that we do not know what we do not know,
that is true knowledge.    Nicolaus Copernicus

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