‘dlat’ for 3-period full replicate? [RSABE / ABEL]

posted by mittyri – Russia, 2023-07-07 18:04 (556 d 07:05 ago) – Posting: # 23661
Views: 3,471

Hi Helmut!

❝ I have a problem (both in Phoenix/WinNonlin, R, and – likely – in SAS as well). To calculate swR the FDA wants a linear model (in SAS-lingo proc glm) of repeated reference data with subject as a factor. However, in a 3-period full replicate they are all in one sequence and the model collapses. Now what?

you discovered another point for a lecture ;-)
So the problem is here
proc glm data=scavbe;
  class seq;
  model dlat=seq;
  ods output overallanova=dglm1;
  ods output NObs=dglm3;
  title1 'scaled average BE';
run;


I would look at the original formula

\(s_\text{wR}^2=\Large\frac{\sum\limits_{i=1}^{m}\sum_\limits{j=1}^{n_i}\left(D_{ij}-\overline{D}_{i\,\cdot}\right)^2}{2\left(n-m\right)}\)

So it is impossible to get D for `TRT` sequence. Could we just omit one sequence here?

Kind regards,
Mittyri

Complete thread:

UA Flag
Activity
 Admin contact
23,362 posts in 4,906 threads, 1,674 registered users;
126 visitors (0 registered, 126 guests [including 10 identified bots]).
Forum time: 00:09 CET (Europe/Vienna)

You are rewarding a teacher poorly
if you remain always a pupil.    Friedrich Nietzsche

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