fyy897854960 ☆ China, 2018-11-01 10:28 (2345 d 01:43 ago) (edited on 2018-11-01 11:53) Posting: # 19512 Views: 6,898 |
|
Dear All, I have some questions about the Partial SS in Bioequivalence results in WinNonlin. Firstly, why the Partial SS results just provided under default model(2x2x2 design) in WinNonlin 8.1? It just provides the Partial test worksheet in other models. What are the differences and relationship between the Partial test results and Partial SS results? Secondly, what are the Numer_DF and Denom_DF? What is the calculation method for these DF since it could be decimals in Degrees of freedom sometimes. Just like the following results: Dependent Units Hypothesis Numer_DF Denom_DF F_stat P_value Ln(AUClast) int 1 17.863275 2.012866 0.17318289 Ln(AUClast) Sequence 1 17.876226 9.2107972 0.007163829 Ln(AUClast) Formulation 1 17.189233 0.19446307 0.66472393 Ln(AUClast) Period 1 17.202333 0.67862197 0.42133666 Could you kindky help me with these questions? Thank you very much, Fu Yangyang Edit: Category changed; see also this post #1. [Mittyri] |
mittyri ★★ Russia, 2018-11-01 12:50 (2344 d 23:21 ago) @ fyy897854960 Posting: # 19513 Views: 5,933 |
|
Dear Fu Yangyang, ❝ Firstly, why the Partial SS results just provided under default model(2x2x2 design) in WinNonlin 8.1? ❝ It just provides the Partial test worksheet in other models. What are the differences and relationship between the Partial test results and Partial SS results? Partial Tests worksheet ❝ Secondly, what are the Numer_DF and Denom_DF? What is the calculation method for these DF since it could be decimals in Degrees of freedom sometimes. The default calculation method of the degrees of freedom is controlled on the General Options tab and is initially set to Satterthwaite. With that method of DF approximation float DFs are likely, especially in case of some inbalance. PS: Aren't you satisfied with Certara Support Forum? ![]() — Kind regards, Mittyri |
fyy897854960 ☆ China, 2018-11-01 15:16 (2344 d 20:55 ago) (edited on 2018-11-01 16:26) @ mittyri Posting: # 19517 Views: 5,798 |
|
❝ PS: Aren't you satisfied with Certara Support Forum? Anyway, thanks again. Fu Edit: Full quote removed. Please delete everything from the text of the original poster which is not necessary in understanding your answer; see also this post #5! [Mittyri] |
ElMaestro ★★★ Denmark, 2018-11-01 23:49 (2344 d 12:22 ago) @ fyy897854960 Posting: # 19518 Views: 5,838 |
|
Hi Fyy et al., I am not a SAS user or a WNL user, but I think the basis for this question may be a little wrong? In a 222BE trial the result is generally produced with a linear model, not a mixed model, regardless of authority. In that situation the whole concept of denominator df's if irrelevant. The residual df's will be an integer. So, I am guessing you fit your model with subject as random, and hence it becomes a mixed model. If I recall correctly WNL happily fits subject as random by default so one may need to actively tell the beast that everything including subject is fixed. Then the analysis becomes compliant with guidelines and expectation, and there will be no denominator df's to confuse you. ![]() — Pass or fail! ElMaestro |
Helmut ★★★ ![]() ![]() Vienna, Austria, 2018-11-02 00:12 (2344 d 11:59 ago) @ ElMaestro Posting: # 19519 Views: 5,694 |
|
Hi ElMaestro et al., ❝ In a 222BE trial the result is generally produced with a linear model, not a mixed model, regardless of authority. […] ❝ ❝ If I recall correctly WNL happily fits subject as random by default so one may need to actively tell the beast that everything including subject is fixed. Yep. It is possible to set that in the preferences of Phoenix for a good while (too lazy to search since when). Then any study will be evaluated with fixed effects only. @Fu Yangyang: RTFM. — Dif-tor heh smusma 🖖🏼 Довге життя Україна! ![]() Helmut Schütz ![]() The quality of responses received is directly proportional to the quality of the question asked. 🚮 Science Quotes |
mittyri ★★ Russia, 2018-11-02 12:19 (2343 d 23:52 ago) @ ElMaestro Posting: # 19524 Views: 5,897 |
|
Hi ElMaestro et al., ❝ In a 222BE trial the result is generally produced with a linear model, not a mixed model, regardless of authority. In that situation the whole concept of denominator df's if irrelevant. The residual df's will be an integer. ❝ So, I am guessing you fit your model with subject as random, and hence it becomes a mixed model. In WNL you have only one module which is MIXED by default. But what about RANDOM statements inside PROC GLM (remember the usual FDA SAS code for sinple 2X2 crossover)? See the guide: Fixed effects model: Sequence + Formulation + Period But is it MIXED or GLM+RANDOM? Later: Since there is no repeated specification, the default error model ε ~ N(0, σ2 I) is used. This is equivalent to the classical analysis method, but using maximum likelihood instead of method of moments to estimate inter-subject variance. Using Subject as a random effect this way, the correct standard errors will be computed for sequence means and tests of sequence effects. Here ya go! This is GLM with RANDOM! That's important hidden feature: - the design (replicate/non-replicate) is caught on the fly, - for 2X2 bioequivalence fixed(Sequence + Formulation + Period), Subject as Random mean GLM+RANDOM, - for replicated designs the default model is the model proposed by FDA (also EMA Method C): Fixed effects model: Sequence + Formulation + Period And you need to manually change the model to use EMA ABEL (Method A or B) - for replicated designs fixed(Sequence + Formulation + Period) and Subject as Random mean MIXED model (and you don't get SS, DFs could be floats). This is EMA Method B. - To switch to ANOVA with replicated designs you need to manually move subject to fixed terms tab and remove everything from Random Tab. PS: all these things Simon and other trainers are explaining during training sessions ![]() — Kind regards, Mittyri |