NEWS | R Documentation |
Modified license from GPL (>=2) to GPL-3.
Removed unnecessary LazyData entries.
Registered native routines and disabled symbol search.
Improved the documentation.
Corrected NAMESPACE file.
Improved the documentation.
Added research article to the CITATION file.
Changed parameterization of the bivariate and univariate exponential models of distribution available for the genTDCM function. Now the mean of the univariate exponential model of distribution is equal to it's parameter. This change also affects the cens.par parameter available in the genCMM, genCPHM, genTDCM and genTHMM functions.
Replaced convert function by three functions: as.CMM, as.TDCM and as.THMM. This reflects R's function naming convention for the conversion of S3 objects.
Changed the row names of all data.frames to integer vectors that start at 1. In the previous version the row names of some data.frames started at 2.
Added CITATION file.
Added missing zzz.R file.
First release.