Open mjskay opened 6 years ago
Ideally get_variables should not call tidy_draws. This will allow optimization of tidy_draws and other functions that depend on it by allowing the extraction of a subset of parameters without generating the full data frame of tidy draws first.
get_variables
tidy_draws
For rstan see this comment: https://github.com/mjskay/tidybayes/issues/267#issuecomment-775164360
Ideally
get_variables
should not calltidy_draws
. This will allow optimization oftidy_draws
and other functions that depend on it by allowing the extraction of a subset of parameters without generating the full data frame of tidy draws first.