search for: imput1

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

Did you mean: impute
2011 Jun 21
0
R crash when using pan for multiple imputation
...list( a=ncol(y),                                           #non-informative prior                      Binv= diag( rep(1,ncol(y) ) ) ,                      c= ncol(y) * length(zcol) ,                      Dinv= diag( rep(1 ,ncol(y)*length(zcol) ) )                       )                       imput1 <-  pan(y,subj,pred,xcol,zcol,prior,seed= 13579 ,iter= 1000) #run first imputation ...after 30 minutes: CRASH (R ends automatically, Rgui is closed without log) Is there a way to identify the source of such a problem? Or any idea what could be the problem? Thank you in advance. Best wishes...