search for: imputemyobs

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

Did you mean: imputemyobj
2008 Feb 23
1
Set without argument
...--------- setClass("MyObj",representation(time="numeric",traj="matrix")) a <- new("MyObj",time=3,traj=matrix(c(1:6,NA,8:12),ncol=3)) imputeMyObj(a) ----------------- I find 'setTime<-' to change le slot time, but it can not work in the case of imputeMyObs since this mehod does not need a value... Any solution ? Thanks Christophe