Displaying 2 results from an estimated 2 matches for "lowerord".
Did you mean:
lowered
2008 Apr 28
0
Take marginality into account in factor.scope
...ist(lapply(strsplit(nmdrop, ":", fixed = TRUE),
function(x){
whereMarginal <- match(x, names(marginal))
if(!all(is.na(whereMarginal))){
if(length(x) == 1){
marginal[[whereMarginal]]
} else {
lowerOrderTerms <- lapply(seq_along(whereMarginal),
function(z){
if(is.na(whereMarginal[z])){
x[z]
} else {
c(x[z], marginal[[whereMarginal[z]]])
}
})...
2009 Apr 30
1
stepAICc
Dear R users,
Would it be difficult to change the code of stepAIC (from the MASS
library) to use AICc instead of AIC?
It would be great to know of someone has tried this already.
Best wishes
Christoph.