search for: nmadd

Displaying 2 results from an estimated 2 matches for "nmadd".

Did you mean: madd
2008 Apr 28
0
Take marginality into account in factor.scope
...ot;:") }) lowerOrder[!lowerOrder %in% paste(sort(x), collapse = ":")] } } })) nmdrop <- nmdrop[!nmdrop %in% keep] } else { nmdrop <- character(0) } if (!length(add)){ nmadd <- character(0) } else { nmfac <- colnames(factor) nmadd <- colnames(add) if (!is.null(nmfac)) { nmfac0 <- sapply(strsplit(nmfac, ":", fixed = TRUE), function(x) paste(sort(x), collapse = ":")) nmadd0 <- sapply(s...
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.