andkov / ShinyEFA

experimental visual interface to decisions in Exploratory Factor Analysis based the interactive features of R Shiny and D3
3 stars 2 forks source link

Uploading new data #9

Closed andkov closed 5 years ago

andkov commented 11 years ago

Rshiny has this tutorial http://rstudio.github.io/shiny/tutorial/#uploads, and it looks easy enough. I've created a UI component to uploading the data and the component to print it. However, i the choice to make this data used for analysis.

I cannot figure out the play to call on the newly uploaded data in the "server.R" that "dataprep.R" can prepare make basic preparation and dissections for the analysis.

remember seeing decision trees that would be nice, like this is data correlation matrix? <- use it if else data in wide format <- compute correlation of is and use it.

wibeasley commented 11 years ago

I'm not sure what you're asking me. Call if you'd like.

For SMEP next week, I suggesting not implementing anything that accepts fresh datasets. That would require a lot of new code that checks & validates & manipulates the inputted dataset. These are things that important for your software to be useful ultimately. But it's not typically the stat stuff that SMEPers are interested in.

andkov commented 11 years ago

you've convinced me. i'm giving this up for right now.

On Sun, Oct 13, 2013 at 12:04 PM, Will Beasley notifications@github.comwrote:

I'm not sure what you're asking me. Call if you'd like.

For SMEP next week, I suggesting not implementing anything that accepts fresh datasets. That would require a lot of new code that checks & validates & manipulates the inputted dataset. These are things that important for your software to be useful ultimately. But it's not typically the stat stuff that SMEPers are interested in.

— Reply to this email directly or view it on GitHubhttps://github.com/kavnoff/ShinyEFA/issues/9#issuecomment-26221727 .

andkov commented 11 years ago

I'll call a bit later to get some impressions of the interface. I also wanted to get some pragmatic thoughts about my plans for the next 24 hours. I"ll get to the office, set up, and call you if you are available at that time.

On Sun, Oct 13, 2013 at 12:09 PM, Andrey Koval koval.andrey@gmail.comwrote:

you've convinced me. i'm giving this up for right now.

On Sun, Oct 13, 2013 at 12:04 PM, Will Beasley notifications@github.comwrote:

I'm not sure what you're asking me. Call if you'd like.

For SMEP next week, I suggesting not implementing anything that accepts fresh datasets. That would require a lot of new code that checks & validates & manipulates the inputted dataset. These are things that important for your software to be useful ultimately. But it's not typically the stat stuff that SMEPers are interested in.

— Reply to this email directly or view it on GitHubhttps://github.com/kavnoff/ShinyEFA/issues/9#issuecomment-26221727 .

wibeasley commented 11 years ago

Good, you need some sleep tonight. You've been rockin.

But I agree this is an important issue to resume after the conference.

I'll look at the interface and log into Google some I'm ready when you want to call.

andkov commented 11 years ago

thanks, you are a fantastic help to me.

On Sun, Oct 13, 2013 at 12:13 PM, Will Beasley notifications@github.comwrote:

Good, you need some sleep tonight. You've been rockin.

But I agree this is an important issue to resume after the conference.

I'll look at the interface and log into Google some I'm ready when you want to call.

— Reply to this email directly or view it on GitHubhttps://github.com/kavnoff/ShinyEFA/issues/9#issuecomment-26221920 .

andkov commented 11 years ago

found this tutorial (http://stackoverflow.com/questions/17683933/set-global-object-in-shiny) that shows how to do it

wibeasley commented 11 years ago

I'm assigning this back to you since there's not the rush anymore.