kgoldfeld
kgoldfeld
I agree - but that cat is already out of the bag, with functions like `genOrdCat`, `genMarkov`, and `genSplines`. I totally get your point, but this is something that could...
I agree, something like that would be nice. I have considered something like this in the past, but haven't pursued it, because I found it didn't fit as cleanly in...
I think that would would work though I was also thinking of possibly this: `varname dist param1 param2 link` where `param1` replaces `formula` and `param2` replaces `variance`. `link` is not...
I think I prefer sticking with `link` instead of `param3`, for the reasons stated earlier. I guess the confusing thing is that one can think of a parameter as a...
The table was literally *the* underlying motivation for the whole package, so that might be too much for me to give up.
How about adding another field - `distArg` or `dist_arg` or `arg` or `arg1`, so we would have `varname dist param1 param2 link arg1` So, *balanced* would be a value for...
Not super important for the next release, no.
I don't think it would be a great idea to force it to be a factor at this point, because it might mess with some existing user code, but we...
It sounds cool in concept - I guess it would be good to come up with a couple of specific examples. Everything that has been introduced into simstudy has had...
That is an excellent question, and yes, I can try to explain the difference. Originally, `defData` and `defDataAdd` were created (maybe ill advisedly) as distinct functions in the way that...