roman_max ☆ Russia, 2024-02-09 22:08 (419 d 22:52 ago) Posting: # 23860 Views: 4,212 |
|
Hello Helmut! within this code in PowerTOST 100*CVfromCI(alpha=0.05, lower=0.8450985339, upper=1.104975299, n=c(5,5), design="2x2x4") if design is "parallel" it is a CVtotal? Am I right?Edit: I made it a top-level post and changed the subject line and category. [Helmut] |
Helmut ★★★ ![]() ![]() Vienna, Austria, 2024-02-10 01:30 (419 d 19:29 ago) @ roman_max Posting: # 23861 Views: 3,567 |
|
Hi roman_max, ❝ within this code in PowerTOST ❝ ❝ if design is For the record:
You can calculate \(\small{CV_\text{wR}}\) from the upper expanded limit (irrespective of the design and sample size):
— Dif-tor heh smusma 🖖🏼 Довге життя Україна! ![]() Helmut Schütz ![]() The quality of responses received is directly proportional to the quality of the question asked. 🚮 Science Quotes |
roman_max ☆ Russia, 2024-02-12 22:27 (416 d 22:33 ago) @ Helmut Posting: # 23862 Views: 3,413 |
|
Hi Helmut! Thanks for the confirmation and "refreshing" info about CVs. ![]() |
roman_max ☆ Russia, 2024-02-13 20:38 (416 d 00:22 ago) @ Helmut Posting: # 23863 Views: 3,288 |
|
Hi Helmut! One more question in terms of CVintra: what is the algebra for parallel design? In your lectures I could only found for crossover... I expect the same question from our regulatory agency if they cannot find "the formula" in study protocol. ![]() |
Helmut ★★★ ![]() ![]() Vienna, Austria, 2024-02-13 21:55 (415 d 23:04 ago) @ roman_max Posting: # 23864 Views: 3,318 |
|
Hi roman_max, ❝ One more question in terms of CVintra: what is the algebra for parallel design? ❝ In your lectures I could only found for crossover... I expect the same question from our regulatory agency if they cannot find "the formula" in study protocol. $$\eqalign{ PE&=\sqrt{CL_\text{lower}\times CL_\text{upper}}\\ s_1&=\frac{\log_e\,PE-\log_e\,CL_\text{lower}}{t_{1-\alpha,\,n_1+n_2-2}\;\sqrt{f\left(\tfrac{1}{n_1}+\tfrac{1}{n_2}\right)}}\\ s_2&=\frac{\log_e\,CL_\text{upper}-\log_e\,PE}{t_{1-\alpha,\,n_1+n_2-2}\;\sqrt{f\left(\tfrac{1}{n_1}+\tfrac{1}{n_2}\right)}}\\ CV&=\sqrt{\exp\left[\left(\frac{s_1+s_2}{2}\right)^2\right]-1} }$$The only difference of the formula for the parallel design to the one for the 2×2×2 design is the factor \(f\) in the denominator of the \(s\) calculations. For the parallel design it is \(1\), whereas for the 2×2×2 design it is \(\small{{^1}/_{2}}\). Note that \(s_1\sim s_2\). The formulas above are algebraic transformations of those in my lectures and are implemented as such in the function CVfromCI() / CI2CV() of PowerTOST .If you are interested in the source code, type CVfromCI in the console. In the function, the user can not only specify the Confidence Limits, but also one of them together with the Point Estimate. If \(\left|s_1-s_2\right|\,/\,\frac{s_1+s_2}{2}>0.1\) (i.e., \(s_1\) and \(s_2\) are more than 10% apart), a warning is issued prompting the user to check their input. The code is more complicated than the one below because it handles all implemented designs and contains input checking.The example of my previous post in Base 🇷:
To see \(f\) of the implemented designs:
— Dif-tor heh smusma 🖖🏼 Довге життя Україна! ![]() Helmut Schütz ![]() The quality of responses received is directly proportional to the quality of the question asked. 🚮 Science Quotes |
roman_max ☆ Russia, 2024-02-15 17:42 (414 d 03:17 ago) @ Helmut Posting: # 23865 Views: 3,140 |
|
Hi Helmut! Thank you for the reply and useful explanations :) Especially for our regulator as well )) ❝ ❝ One more question in terms of CVintra: what is the algebra for parallel design? ❝ \(\small{CV_\text{intra}}\) is unknown. You mean \(\small{CV_\text{total}}\), right? Of course, I meant CVtotal. |
fethiye ☆ ![]() Colchester, 2024-02-23 08:11 (406 d 12:48 ago) @ Helmut Posting: # 23874 Views: 3,000 |
|
Thanks for information ![]() 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! [Helmut] |