The SAS way in Rrrr land [🇷 for BE/BA]
Dear All!
News from Rrrr land. In the recent past some interesting R packages were released which allows to do the BE analysis more strictly along the way SAS initiates do:
The effect of this restriction is that we can not mimic the SAS Proc Mixed code given in the FDA guidance "Statistical approaches ..." for analyzing ABE in replicate crossover designs
.
But eventually there is hope considering the word "currently".
News from Rrrr land. In the recent past some interesting R packages were released which allows to do the BE analysis more strictly along the way SAS initiates do:
- Package
lsmeans
, author Russell V. Lenth (Yes this guy who abandons post hoc power), gives the R adepts access to the LSMeans with ease so that µT-µR and its confidence interval can be obtained via difference of LSMeans. Not really necessary but cool.
- Package
lmerTest
brings the Satterthwaite's and Kenward-Roger approximations for testing fixed effects into the analysis via mixed models. The Kenward-Roger method inlmerTest
is taken from packagepbkrtest
.
Have also a look at packagevarComp
.
lmer()
from package lme4
. This package in contrast to the older nlme
does not allow to specify different residual errors for groups. Quotation from the lme4 manual
: "... lme4 does not currently implement nlme’s features for modeling heteroscedasticity and correlation of residuals...".The effect of this restriction is that we can not mimic the SAS Proc Mixed code given in the FDA guidance "Statistical approaches ..." for analyzing ABE in replicate crossover designs

But eventually there is hope considering the word "currently".
—
Regards,
Detlew
Regards,
Detlew
Complete thread:
- The SAS way in Rrrr landd_labes 2014-04-03 08:55 [🇷 for BE/BA]