Displaying 2 results from an estimated 2 matches for "nmdrop".
Did you mean:
mmdrop
2008 Apr 28
0
Take marginality into account in factor.scope
...rginality
none
A2:B needs
by default
A2 and B
due marginality
A1 and A1:B
Comments are welcome,
Cheers,
Thierry
factor.scope <- function (factor, scope, marginal = NULL) {
drop <- scope$drop
add <- scope$add
if (length(factor) && !is.null(drop)) {
nmdrop <- colnames(drop)
facs <- factor
if (length(drop)) {
nmfac <- colnames(factor)
nmfac0 <- sapply(strsplit(nmfac, ":", fixed = TRUE),
function(x) paste(sort(x), collapse = ":"))
nmdrop0 <- sapply(strsplit(nmdrop, &...
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.