csv(“C:/Users/…..8rows.csv”)
set.seed(1234)
imp<-mice(data,maxit=3,method ='pmm',m=10,threshold=2)
imp_data<-complete(imp,5 )
—————————– can I use pmm method or a different method , i want to use stochastic regression. please change the file to csv to be read