Having conducted several surveys I've really thought about what kind of system I would like to have.
We use RedCap for all of our survey data collection and then export the data as a CSV file and import it into R.
What I sometimes find is that the data collected is not in the best format for the type of analysis or presentation that I would like.
What I would like to develop is an interactive Survey Form creator, like RedCap, however have the R statistical code generated right away and the ability to simulate data from within the application. This way I could then quickly format my tables and analysis and see what the output would look like immediately.
This may be my next "test" project.
R code for Licket Scale:
http://www.r-bloggers.com/visualizing-likert-items-3/
We use RedCap for all of our survey data collection and then export the data as a CSV file and import it into R.
What I sometimes find is that the data collected is not in the best format for the type of analysis or presentation that I would like.
What I would like to develop is an interactive Survey Form creator, like RedCap, however have the R statistical code generated right away and the ability to simulate data from within the application. This way I could then quickly format my tables and analysis and see what the output would look like immediately.
This may be my next "test" project.
R code for Licket Scale:
http://www.r-bloggers.com/visualizing-likert-items-3/