lovemysoul ☆ Korea, 2012-11-07 06:34 (4556 d 11:43 ago) Posting: # 9517 Views: 4,510 |
|
Dear all, I have a question about sample size estimation for higher order x-over design. When we calculate CV% of 2x2 design, MSE has to be calculated. MSE = 2 x [(CI_high - PE) / {Root(1/nA + 1/ nB) x TINV(0.1,Df)}]^2 In case of 2x2 design, Df = nA + nB - 2 but Df of 6x3 williams design is 2n-4... in case of 6x3 williams design, how can i get CV%? just change Df formula in MSE formula is enough? and can i get a sample size of 2x2 crossover design using the data that i got from 6x3 williams design study? Sincerely. |
d_labes ★★★ Berlin, Germany, 2012-11-07 09:45 (4556 d 08:32 ago) @ lovemysoul Posting: # 9519 Views: 3,741 |
|
Dear lovemysoul, ❝ When we calculate CV% of 2x2 design, MSE has to be calculated. ❝ MSE = 2 x [(CI_high - PE) / {Root(1/nA + 1/ nB) x TINV(1-0.05,Df)}]^2 ❝ In case of 2x2 design, Df = nA + nB - 2 What you describe here is obtaining the MSE from the 90% confidence intervals if it is not directly given in the literature. Normally we obtain MSE directly from the corresponding ANOVA table. ❝ but Df of 6x3 williams design is 2n-4... Correct. But note that n is the total number of subjects. ❝ in case of 6x3 williams design, how can i get CV%? just change Df formula in MSE formula is enough? No. For a generalisation you have to adapt the square-root(...) also to account for the six sequence groups and adapt the constant 2 to another value appropriate to the design (sometimes called design constant). In the moment I'm not in the mood to fuzzle out the resulting formula. Consider using R and the package PowerTOST . It contains a function CVfromCI() that will do the calculations for you, however assuming a sequence balanced design (all sequence groups with the same number of subjects). But in case of an unbalanced design you usually don't have informations about the number of subjects in the sequence groups and have to stick with the total number as implemented in CVfromCI() .❝ and can i get a sample size of 2x2 crossover design using the data that i got from 6x3 williams design study? Yes. Why not? — Regards, Detlew |