-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplify control argument names #76
Comments
Makes sense to me to combine FC+gVarNamesFixed and svN+gVarNamesNormal into two numeric vectors with optional names to simplify things. E.g. c(beta_price = 0, beta_time = -0.5) This is related to issue #75. |
How about?
On Tue, Mar 15, 2016 at 11:48 PM, Jeff Keller [email protected]
|
I like these. What do you think about combining par.random.sv/.names and par.fixed.sv/.names down to par.random and par.fixed (optionally named)? |
That is okay with me. On Wed, Mar 16, 2016 at 1:47 PM, Jeff Keller [email protected]
|
Control argument names are outdated, occasionally inconsistent, and confusing (particularly the "normal" and "fixed" nomenclature). I've set the HBControl function up to easily catch deprecated arguments and direct users to new usages/names. I don't think this is a pressing issue at all, but wanted to get my thoughts down before I lose them.
Below are my suggestions: currentName (proposedName)
The text was updated successfully, but these errors were encountered: