Satterthwaite’s df in Phoenix/WinNonlin [Software]

posted by ElMaestro  – Denmark, 2013-07-05 19:08 (4386 d 11:38 ago) – Posting: # 10946
Views: 12,167

Hi Helmut,

❝ If I trust Wikipedia

❝ (s21+s22)2/[s41/(n1–1)+s42/(n2–1)] = 11.64240178 (≠ 10.75546079) :confused:


10.76 appears correct.
Quickie:
WelchDF=function(V1, V2, N1, N2)
{
 Num = ((V1/N1)+(V2/N2))^2
 Denom = (V1/N1)^2/(N1-1) + (V2/N2)^2/(N2-1)
 return(Num/Denom)
}


But I have to admit I am still one big question mark as to why all this works correctly. All the matrix explanation and stuff is rather gibberish to me. I looked up what SAS writes about DDFM=SATT and I felt like hitting myself with a hammer after reading two lines of it.

Pass or fail!
ElMaestro

Complete thread:

UA Flag
Activity
 Admin contact
23,428 posts in 4,929 threads, 1,695 registered users;
71 visitors (0 registered, 71 guests [including 33 identified bots]).
Forum time: 06:46 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