Add upload .csv to shinystan on shinyapps
From @bgoodri on stan-dev:
On Sun, Mar 1, 2015 at 6:35 AM, Ben Goodrich [email protected] wrote: The other killer feature for the shinyapps version would be to have a button where people could upload the .csv files produced by whatever interface to Stan they happened to use. Then call read_stan_csv to create a stanfit object and launch_shinystan() on that.
Or a zipped file containing the .csv files produced by Stan. See the section entitled "Compression" at help(unzip). Also, see
https://groups.google.com/forum/#!searchin/stan-users/read_stan_csv/stan-users/WMfp61h8m0A/iIKwE7toKf8J
Also, some guy had more success using fread function in the data.table R package
https://groups.google.com/d/msg/stan-users/urZeEMjjPHM/R0S41-hQbPMJ
On Sun, Mar 1, 2015 at 2:44 PM, Jonah Gabry [email protected] wrote:
From @bgoodri https://github.com/bgoodri on stan-dev:
On Sun, Mar 1, 2015 at 6:35 AM, Ben Goodrich [email protected] wrote: The other killer feature for the shinyapps version would be to have a button where people could upload the .csv files produced by whatever interface to Stan they happened to use. Then call read_stan_csv to create a stanfit object and launch_shinystan() on that.
— Reply to this email directly or view it on GitHub https://github.com/stan-dev/shinystan/issues/15.