check code for Type III in R [🇷 for BE/BA]

posted by ElMaestro  – Denmark, 2015-02-24 10:59 (4137 d 11:09 ago) – Posting: # 14498
Views: 6,622

Hi WHM,

❝ if i want to get the SS of SEQ and residuals, should i use other function? or can get from drop1()?


Specifically for
a: lm.test1<-lm(log(Cmax)~TRT+PRD+SEQ+SID:SEQ, data=df)

you will see a zero value for Sequence.
If you want to mimic SAS' output, then I think you could try
b: lm.test1<-lm(log(Cmax)~TRT+PRD+SEQ, data=df)
and then you grab the F-value and P-value you get for Sequence in "b" and insert it in the anova table that you got with "a".

I hope this revolves it.

Pass or fail!
ElMaestro

Complete thread:

UA Flag
Activity
 Admin contact
23,655 posts in 4,993 threads, 1,571 registered users;
132 visitors (0 registered, 132 guests [including 34 identified bots]).
Forum time: 23:08 CEST (Europe/Vienna)

Competence, like truth, beauty and contact lenses,
is in the eye of the beholder.    Laurence J. Peter

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