Skip to content

simstudy 0.3.0

Compare
Choose a tag to compare
@kgoldfeld kgoldfeld released this 06 Nov 13:13

New features

  • You can now use non-scalar variables with double-dot notation. See the Dynamic Data Definition Vignette.
  • The 'categorical' distribution now supports the variance parameter to introduce categories other than 1...n.
  • You can now use [trtAssign()] as a distribution with [defData()].

Minor improvements and fixes

  • Added CITATION
  • genData now warns that a set 'id' parameter will override previously defined 'id' names from the data definition.
  • genData now handles NULL as 'id' value in data definitions (e.g. when definitions are not created via defData etc.) by defaulting to 'id'.
  • Fix an error in genOrdCat when only a single adjustment variable is given but
    more than one new category will be created.
  • Fix a bug where ..variables did not work within a function using the dist="beta".