Closed andkov closed 5 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.
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 .
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 .
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.
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 .
found this tutorial (http://stackoverflow.com/questions/17683933/set-global-object-in-shiny) that shows how to do it
I'm assigning this back to you since there's not the rush anymore.
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.