Skip to content

simstudy 0.2.0

Compare
Choose a tag to compare
@assignUser assignUser released this 06 Oct 16:21

Deprecated Functions

  • Moved genCorOrdCat's functionality into genOrdCat. genCorOrdCat is now
    deprecated.
  • Renamed catProbs to genCatFormula for naming consistency. catProbs is now
    deprecated.

New features

  • Introduced a new system for formula definitions and completely reworked the
    underlying code. See vignette "Dynamic Data Definition".
  • The new function genMixFormula generates mixture formulas from different
    inputs.
  • Some simstudy functions now produce custom errors and warnings. Eventually
    all conditions will be replaced by the new system to make error handling
    easier for the user.
  • Added new vignettes.
  • Created documentation pages for:

Minor improvements and fixes

  • genCatFormula now warns if an additional category is created or probabilities
    are normalized.
  • Fixed bug in trtAssign related new ratio argument.
  • Fixed bug in trtAssign when strata had count of one.
  • defData now also checks the first row in the definition table for validity.