Dear R-devel mailing list and especially R-core, is there any chance to
receive feedback on issue I described in previous emails? I would consider
such behaviour as a bug.
As a work-around I've created small "clean-up" function:
malloc_trim_finalizer = function(e) {
res = NULL
if(R.version$os
Here is a change required from MASS:::dropterm.glm() and
MASS:::addterm.glm().
Thanks
Marc
The stepAIC() function from package MASS uses extractAIC() to get the
AIC from a model.
Several methods exist:
extractAIC.glm() for example, some in MASS packages and some in stats
package.
The par