stan-dev / shinystan

shinystan R package and ShinyStan GUI
https://mc-stan.org/shinystan
GNU General Public License v3.0
197 stars 51 forks source link

Add upload .csv to shinystan on shinyapps #15

Open jgabry opened 9 years ago

jgabry commented 9 years ago

From @bgoodri on stan-dev:

On Sun, Mar 1, 2015 at 6:35 AM, Ben Goodrich goodrich.ben@gmail.com 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.

bgoodri commented 9 years ago

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 notifications@github.com wrote:

From @bgoodri https://github.com/bgoodri on stan-dev:

On Sun, Mar 1, 2015 at 6:35 AM, Ben Goodrich goodrich.ben@gmail.com 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.