simstudy icon indicating copy to clipboard operation
simstudy copied to clipboard

Unify def* function checking behavior

Open assignUser opened this issue 5 years ago • 3 comments
trafficstars

defData, defDataAdd, defRead, defReadAdd should all use the same code/ show same behaviour.

assignUser avatar Oct 05 '20 16:10 assignUser

#18

assignUser avatar Apr 04 '21 17:04 assignUser

This is one aspect of the function-based distributions (#75) that I have been thinking about, as it is not immediately apparent how to handle definition sanity checks. On the other hand, using valid R syntax would leave much of that work in R's hands.

The distributions would need to do most of the check when run for data generation (which is the case now for most things due to the ..var system.) So maybe not as big a problem after all ^-^

assignUser avatar Jul 08 '21 20:07 assignUser

#134

assignUser avatar Jan 18 '22 15:01 assignUser