Displaying 2 results from an estimated 2 matches for "quickpred".
Did you mean:
quickprep
2011 Apr 08
1
Package mice: Error in if (meth[j] != "") { : argument is of length zero
...was either R-2.11.1 or R-2.12.1. Please find below my code and error. Any thoughts or ideas?
> library(mice)
# setting up the default settings for the imputation
ini <- mice(NewPrimal,
seed = 52275,
method = "norm",
maxit=0,
pred = quickpred(NewPrimal,
mincor = 0.25,
minpuc = 0.95,
include = c("D1", "D2", "D3",
"Qtr1", "Qtr2", "Qtr3",
"Feb", "...
2011 Apr 01
0
package MICE, squeeze function, calling several variables at once
...dfQ, dfP, dfDV), row.names = NULL, check.rows = F, check.names = F) remove(dfPZ, dfQ, dfP, dfDV)
library(mice)# setting up the default settings for the imputationini <- mice(NewPrimal, seed = 52275, imputationMethod = "norm", maxit=0, pred = quickpred(NewPrimal, mincor = 0.25, minpuc = 0.95, include = c("blnNewYearsDay", "blnValentinesDay", "blnStPatricksDay", "blnEaster", "blnMothersDay", "blnMemorialDay&...