search for: mixandmatch

Displaying 1 result from an estimated 1 matches for "mixandmatch".

Did you mean: mix'n'match
2012 Apr 20
1
predictOMatic for regression. Please try and advise me
...requests variables that are not included in the original model. The names of the variables in the focus list be drawn from this list: ", mfnames))) ## Consider "padding" range of fl for numeric variables so that we ## get newdata objects including the min and max values. mixAndMatch <- expand.grid(fl) mixAndMatch$combo <- 1:nrow(mixAndMatch) newdf <- cbind(mixAndMatch, modelcv[ ,!colnames(modelcv) %in% colnames(mixAndMatch)]) newdf } predictOMatic <- function(model = NULL, fl = NULL, ...){ nd <- newdataMaker(model, fl) fit <- predict(m...