Displaying 2 results from an estimated 2 matches for "minpuc".
2011 Apr 08
1
Package mice: Error in if (meth[j] != "") { : argument is of length zero
...houghts 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", "Mar", "Apr", "May", "Jun", "Jul...
2011 Apr 01
0
package MICE, squeeze function, calling several variables at once
...e(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", "blnFathersDay", "...