Open mjskay opened 7 years ago
I think auxpars
needs to be added to this list. add_predicted_samples.R
technically swaps a auxpars
call for dpar
. In fact, this could lead to the same issue as in https://github.com/mjskay/tidybayes/pull/96, where if the user specified dpars
in ...
we'd get the matched by multiple actual arguments
error.
I'm working on this fix with the pull request. Having this list is very helpful.
Good point, added it to the list
What remains here is post-CRAN (mostly MCMCglmm stuff, which I am punting to post-CRAN), so I am removing the CRAN milestone from this for now
Some packages use different names for the same argument (e.g. "nsamples" or "draws" for number of samples to draw for the prediction / fit). Should make a complete catalog of these and standardize them
List so far (checked once normalized):
n
nsamples
in brmsdraws
in rstanarmre_formula
re_formula
in brmsre.form
in rstanarmmarginal
in MCMCglmm (possibly)scale
(for fitted_samples only)scale
in brmstransform
in posterior_linpredtype
in MCMCglmmdpar
dpar
in brmsallow_new_levels
allow_new_levels
in brmsno equivalent inrstanarm
(always allows new levels)seed
n =
reproducible