
EMICM(A, EMstep=TRUE, ICMstep=TRUE, keepiter=FALSE, tol=1e-07,
maxiter=1000)
icsurv
containing the following
components:
keepiter
is true; states of
sigma during the iteration.pf
.EM
,VEM
, PGM
data(cosmesis)
csub1 <- subset(cosmesis, subset=Trt==0, select=c(L,R))
EMICM(csub1)
data(pruitt)
EMICM(pruitt)
Run the code above in your browser using DataLab