Achievwin ★★ US, 2017-07-23 18:04 (2832 d 07:42 ago) Posting: # 17597 Views: 6,195 |
|
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 (2832 d 06:30 ago) @ Achievwin Posting: # 17598 Views: 5,281 |
|
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 (2831 d 03:27 ago) @ Helmut Posting: # 17604 Views: 5,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 (2831 d 03:00 ago) @ Achievwin Posting: # 17605 Views: 5,234 |
|
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. ![]() 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 |