Jeffrey Arnold

Results 9 comments of Jeffrey Arnold

A first cut ... the ugly version needs to be uglier. Also, I'm not sure what you'd want the objective to be: print, return a single character vector, or a...

Sorry, that wasn't reprexed 😬

Yes. If `prepare_mcmc_array` was made a generic function with methods for `stanfit` and `stanreg` objects, then it might be possible to avoid writing separate methods for each (or many) of...

Updated colors and extended the scale to include 24 colors in #db58832e353a8fc4c386dbbaec0002a9f3153b0c

Thanks! I'm going to need to think about what to do with `resamplr`. https://topepo.github.io/rsample/ seems to handle most of this and be a better infracture. I had also previously been...

Some messing around with this: ```{r} library("rlang") create_samples

Question: how to specify the indexes and the extraction function? 1. Evaluate expression and dispatch method - this requires the expression to include objects that exist - it's not necessary,...

I might have missed transforming codes for missing values somewhere.