|
Achievwin ★★ US, 2017-07-23 18:04 (3256 d 02:44 ago) Posting: # 17597 Views: 7,405 |
|
|
Can anyone share R-code for computing ABE and RSABE calculations along with plots for ANDA starting with plasma concentration and randomization code spreadsheets. Much appreciate your help AchievWin |
|
Helmut ★★★ ![]() Vienna, Austria, 2017-07-23 19:17 (3256 d 01:31 ago) @ Achievwin Posting: # 17598 Views: 6,274 |
|
|
Hi AchievWin, for ABE package bear can do the job. But: linear model (all effects fixed). However, as long as you don’t use incomplete data (periods missing) the outcomes (residual error, PE) of a fixed effects model (like SAS Proc GLM) and a mixed effects model (SAS Proc Mixed) are identical.RSABE according to the FDA’s method is not possible in R, since the “philosophies” (better: churches) of mixed effect models of SAS and R are different. Many tried, all failed. Stop searching. — Dif-tor heh smusma 🖖🏼 Довге життя Україна! ![]() Helmut Schütz ![]() The quality of responses received is directly proportional to the quality of the question asked. 🚮 Science Quotes |
|
Achievwin ★★ US, 2017-07-24 22:20 (3254 d 22:29 ago) @ Helmut Posting: # 17604 Views: 6,159 |
|
|
Thanks a bunch if we develop an R-code for RSABE (may be futile effort) we will share with the forum. Regards, |
|
Helmut ★★★ ![]() Vienna, Austria, 2017-07-24 22:47 (3254 d 22:02 ago) @ Achievwin Posting: # 17605 Views: 6,225 |
|
|
Hi AchievWin, ❝ […] if we develop an R-code for RSABE (may be futile effort) we will share with the forum. Yes, please! Difficult but not impossible. IMHO, it would require a major rewrite of already available code. As a starter (!) have a look at the sources of package lmerTest, function lmer(). Good luck!— Dif-tor heh smusma 🖖🏼 Довге життя Україна! ![]() Helmut Schütz ![]() The quality of responses received is directly proportional to the quality of the question asked. 🚮 Science Quotes |

![[image]](https://static.bebac.at/pics/Blue_and_yellow_ribbon_UA.png)
![[image]](https://static.bebac.at/img/CC by.png)
IMHO, it would require a major rewrite of already available code. As a starter (!) have a look at the sources of package 