A flexible Bayesian nonparametric model that is used as imputation tool for missing covariates.
seqBART(xx, yy, datatype, type = 1, numskip = 199, burn = 1000, m = 200,
sigdf = 3, sigquant = 0.9, kfac = 2)Dataset of covariate matrix with missing values (NAs).
Response (fully observed).
a vector indicating the type of covariates (0=continuous, 1=binary).
0=no reponse, 1=continuous response (linear regression used for imputation) and 2=binary response (logistic regression used for imputation)
number of iterations skipped
number of iterations for burn-in
m value
sig df value
sign quant values
kd fac value
Imputed Dataset Values