Group effects EMA [Two-Stage / GS Designs]

posted by VStus – Poland, 2016-10-07 00:06 (3197 d 10:15 ago) – Posting: # 16701
Views: 40,703

Hi Helmut,

I have performed exercise on this dataset in R and have to support Mittyri: addition of more effects beyond group increases MSE and, therefore, CI:

anova(lm(log(response) ~ sequence + subject:sequence + period + treatment, data=data, na.action=na.exclude))["Residuals","Mean Sq"]
[1] 0.00075363
anova(lm(log(response) ~ sequence + subject:sequence + period + treatment + group, data=data, na.action=na.exclude))["Residuals","Mean Sq"]
[1] 0.00075363
anova(lm(log(response) ~ sequence + subject:sequence + period + treatment + group + period:group, data=data, na.action=na.exclude))["Residuals","Mean Sq"]
[1] 0.00078534


Due to my limited R knowledge, I cannot figure out how to add other effects recommended by FDA e.g. subject(sequence x group), but I'm afraid that at least in R, the more related effects - the wider confidence intervals...

Regards, VStus

Complete thread:

UA Flag
Activity
 Admin contact
23,428 posts in 4,929 threads, 1,693 registered users;
56 visitors (0 registered, 56 guests [including 21 identified bots]).
Forum time: 10:22 CEST (Europe/Vienna)

If I’d observed all the rules,
I’d never have got anywhere.    Marilyn Monroe

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