https://github.com/cran/simPopulation
Revision 4ec60704d4db0215b4d1b6b2f98b697dbef9595a authored by Andreas Alfons on 08 August 2011, 00:00:00 UTC, committed by Gabor Csardi on 08 August 2011, 00:00:00 UTC
1 parent dfd80c8
Raw File
Tip revision: 4ec60704d4db0215b4d1b6b2f98b697dbef9595a authored by Andreas Alfons on 08 August 2011, 00:00:00 UTC
version 0.3
Tip revision: 4ec6070
NEWS
Changes in simPopulation version 0.3
    
    + Functions 'simCategorical' and 'simContinuous' are now much more 
      memory-efficient and faster if there is a large number of possible 
      combinations in the categorical predictor variables.
    
    + Bugfix in 'simCategorical' regarding default value of basic variables.
    
    + Updated author affiliation.


Changes in simPopulation version 0.2.1
    
    + Small changes in vignette.


Changes in simPopulation version 0.2
    
    + New argument 'equidist' in 'getBreaks', 'simContinuous' and 'simEUSILC' 
      indicating whether (positive) breakpoints should be equidistant.
    
    + Function 'continencyWt' is now generic and has an additional 'data.frame' 
      method for computing pairwise contingency coefficients.
    
    + Added package vignette 'simPopulation-eusilc'.
    
    + Bugfix in 'simStructure': if 'hsize' is not supplied, the resulting 
      variable is now an integer instead of an array.
    
    + New methods to choose from in 'simStructure' and 'simCategorical'.
    
    + New argument 'useNA' in 'tableWt' indicating whether to include extra NA 
      levels in the table.



Changes in simPopulation version 0.1.4
    
    + 'R CMD check' no longer produces a note.


Changes in simPopulation version 0.1.3
    
    + Bugfix: methods for the generic functions 'covWt' and 'corWt' are now 
      exported.


Changes in simPopulation version 0.1.2
    
    + Corrected typos in help file for 'quantileWt'.
    
    + Bugfix in 'simCategorical' in case of only one predictor variable.


Changes in simPopulation version 0.1.1

    + Argument 'const' added to functions 'simContinuous' and 'simEUSILC' so 
      that constant can be added before log transformation.
    
    + Bugfix in 'getCat': it produced an error for semi-continuous variables 
      when there were either no negative or no positive breakpoints.
    
    + Added help file for package.
back to top