stan-dev / example-models

Example models for Stan
http://mc-stan.org/
772 stars 479 forks source link

Rdump format #152

Open ahartikainen opened 5 years ago

ahartikainen commented 5 years ago

Hi, quick question if we had some restrictions for the Rdump format?

For example, R dataframes cannot be read with PyStan functions.

https://github.com/stan-dev/example-models/blob/master/misc/gaussian-process/gp-fit-ARD.data.R

If they are "valid", then we need to update PyStan read function.