On Tuesday, 1 August 2023 at 14:00:30 UTC, bachmeier wrote:
On Tuesday, 1 August 2023 at 12:37:58 UTC, jmh530 wrote:
You mention creating a better interface, but recall for rstan
to work you need to put the data into an R list with names
that match what is in your program (your stan program could be
all kinds of complicated with all kinds of different naming
conventions). For it to be seamless, you would need to be able
to pass a named D tuple to R easily. rstanarm might be easier
to create initially, but I don't use that much.
That should easy using a list, [as demonstrated
here](https://github.com/bachmeil/betterr/blob/main/testing/testlist.d).
[snip]
Ah, ok. More to look into.