mahmoud-teaima ★ 2017-06-08 19:45 (2781 d 03:47 ago) Posting: # 17468 Views: 20,720 |
|
Hello all, Can any of our R-coding experts advise me with an R code to do data analysis of partial replicate design "2x3x3" BE study according to FDA and EMA guidelines. Greetings. — Mahmoud Teaima, PhD. |
Helmut ★★★ Vienna, Austria, 2017-06-10 03:44 (2779 d 19:48 ago) @ mahmoud-teaima Posting: # 17480 Views: 19,011 |
|
Hi Mahmoud, ❝ […] an R code to do data analysis of partial replicate design "2x3x3" BE study according to FDA and EMA guidelines. Good news: The EMA’s ‘Method A’ and ‘Method B’ are fairly easy to implement in R. I have code covering the following designs: RTRT|TRTR, RTTR|TRRT, RTR|TRT, RTT|TRR, RRT|RTR|TRR. The code handles balanced/unbalanced sequences and complete/incomplete data (i.e., periods missing). Example output:
I will send you the code by PM. Bad news: Evaluation of replicate designs which will give exactly the same results as SAS’ PROC MIXED according to the FDA’s progesterone guidance is not (and likely will never be) possible in R. Too different philosophies.Edit: Updated the output according to v0.95 of the R-code. — Dif-tor heh smusma 🖖🏼 Довге життя Україна! Helmut Schütz The quality of responses received is directly proportional to the quality of the question asked. 🚮 Science Quotes |
mahmoud-teaima ★ 2017-06-11 00:48 (2778 d 22:45 ago) @ Helmut Posting: # 17484 Views: 18,244 |
|
Salam Alikum Hilmut, Thanks for the code! Waiting you send it to me through email. Greetings. — Mahmoud Teaima, PhD. |
Helmut ★★★ Vienna, Austria, 2017-06-11 03:24 (2778 d 20:08 ago) @ mahmoud-teaima Posting: # 17485 Views: 18,301 |
|
Salam Mahmoud, ❝ Waiting you send it to me through email. I’ve sent it already yesterday afternoon to the e-mail address you used in registering to the forum. Please check your inbox. I just sent it again to the three other addresses I found at your faculty’s website. This e-mail contains more explanations. Since you are working on MacOS I adapted the output: The file is encoded in UTF-8 with line endings CR (ASCII 13). Please report back whether it works (I don’t have a Mac to test it). — Dif-tor heh smusma 🖖🏼 Довге життя Україна! Helmut Schütz The quality of responses received is directly proportional to the quality of the question asked. 🚮 Science Quotes |
mahmoud-teaima ★ 2017-06-11 05:01 (2778 d 18:31 ago) @ Helmut Posting: # 17486 Views: 18,290 |
|
Salam Helmut, ❝ I’ve sent it already yesterday afternoon to the e-mail address you used in registering to the forum. Please check your inbox. ❝ I just sent it again to the three other addresses I found at your faculty’s website. This e-mail contains more explanations. Since you are working on MacOS I adapted the output: The file is encoded in UTF-8 with line endings CR (ASCII 13). I got the mail, thanks. ❝ Please report back whether it works (I don’t have a Mac to test it). Sure, will check it and report back to you. Many thanks. Greetings to all participants in this effort. — Mahmoud Teaima, PhD. |
Yura ★ Belarus, 2017-09-04 23:22 (2693 d 00:10 ago) @ Helmut Posting: # 17773 Views: 17,395 |
|
Dear Helmut I use combined R and SAS (I use the EMA approach) to calculate the replicative design Is it possible to get from you the implementation code in R of the above described constructions? thank you very much for any answer Best regards! |
Helmut ★★★ Vienna, Austria, 2017-09-05 03:55 (2692 d 19:37 ago) @ Yura Posting: # 17774 Views: 17,680 |
|
Hi Yura, ❝ Is it possible to get from you the implementation code in R of the above described constructions? It’s on GitHub: https://github.com/Helmut01/replicateBE Installation analogous to PowerTOST. See Detlew’s post. — Dif-tor heh smusma 🖖🏼 Довге життя Україна! Helmut Schütz The quality of responses received is directly proportional to the quality of the question asked. 🚮 Science Quotes |
Yura ★ Belarus, 2017-09-06 00:21 (2691 d 23:12 ago) @ Helmut Posting: # 17783 Views: 17,290 |
|
Thank you it remains only to run |
Helmut ★★★ Vienna, Austria, 2017-09-06 16:24 (2691 d 07:09 ago) @ Yura Posting: # 17785 Views: 17,306 |
|
Hi Yura, ❝ it remains only to run If you have questions, please post here. If you think that you discovered a bug, keep it. No, seriously: Navigate to https://github.com/Helmut01/replicateBE/issues and click on . — Dif-tor heh smusma 🖖🏼 Довге життя Україна! Helmut Schütz The quality of responses received is directly proportional to the quality of the question asked. 🚮 Science Quotes |
Yura ★ Belarus, 2017-09-08 10:54 (2689 d 12:38 ago) @ Helmut Posting: # 17794 Views: 17,250 |
|
sschivu ☆ India, 2019-04-22 15:50 (2098 d 07:43 ago) @ Helmut Posting: # 20205 Views: 9,565 |
|
Hi Helmut, Request you to send partial replicate code to my Personal email ID. Regards, sschivu 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] |
Helmut ★★★ Vienna, Austria, 2019-04-22 20:46 (2098 d 02:46 ago) @ sschivu Posting: # 20208 Views: 9,697 |
|
Hi sschivu, ❝ Request you to send partial replicate code to my Personal email ID. See this post. The current version is 1.0.5.9000 (2017-11-25). You can also click and then install in R from the local file. Though we validated the code with reference data sets against SAS and Phoenix/WinNonlin it is still a work in progress. Use in a productive environment is at your own risk. Edit: Releases on CRAN [Helmut] 2019-06-14 1.0.7/1.0.8 2019-07-22 1.0.9 2019-07-24 1.0.10 2019-08-25 1.0.11 2019-11-11 1.0.12 (carnival release) 2020-01-09 1.0.13 2020-04-08 1.0.14 — Dif-tor heh smusma 🖖🏼 Довге життя Україна! Helmut Schütz The quality of responses received is directly proportional to the quality of the question asked. 🚮 Science Quotes |
gvk ☆ India, 2019-05-03 11:15 (2087 d 12:17 ago) @ Helmut Posting: # 20269 Views: 9,403 |
|
Hi Helmut, I have developed simple crossover & parallel BE code in r using mittyri post code. But I was stuck with 3 period partial replicate code. Could you please help on this. Request you to send partial replicate r code like SAS code. Thanks & Regards, gvk 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! [Ohlbe] |