https://github.com/cran/emplik
Revision eb876842da62f5697aba9042782916ed0d6e83ca authored by Mai Zhou on 08 August 1977, 00:00:00 UTC, committed by Gabor Csardi on 08 August 1977, 00:00:00 UTC
1 parent a09ab78
Raw File
Tip revision: eb876842da62f5697aba9042782916ed0d6e83ca authored by Mai Zhou on 08 August 1977, 00:00:00 UTC
version 0.6
Tip revision: eb87684
README
This package is based on R codes el.cen.EM, el.tr.test
EMPLIKH1, EMPLIKH2, EMPLIKDISC and EL.CEN.TEST
written by Mai Zhou. The code el.test is based on
S code ELM by Owen.  The R code and documentation 
for el.test() have been edited by Mai Zhou, based 
on that of Owen.

Only el.test() can handle vector means as Ho (several
parameters), but data must be uncensored. 
All other codes can only handle one parameter in Ho,
but can take censored/truncated data.
 
The name convention: el.xxx    is for the parameter mean.
                     emplikxxx is for the parameter of hazard.

Everything is written in R, so porting to Splus should be
easy. I may put out another version that move some of the
loops to C function. (is there such need? this will also
make the porting harder)

History: 
Version 0.1-2   Nov. 12, 2001
Version 0.2-1   Jan. 10, 2002
Version 0.3     Feb. 18, 2002
Version 0.4     Apr. 6,  2002
Version 0.5     Apr. 24, 2002
Version 0.5-1   Apr. 25, 2002
Version 0.6     May  13, 2002
back to top