Files in ndphillips/ShinyPsych
An easy way to program psychology experiments using Shiny

.DS_Store
.Rbuildignore
.gitignore
DESCRIPTION
NAMESPACE
R/append_bandit_values.R R/append_dd_values.R R/append_dfd_values.R R/append_dfe_values.R R/bandit_custom_message.R R/call_app.R R/change_page_variable.R R/check_ID.R R/create_bandit_ctrl_list.R R/create_bandit_list.R R/create_bart_list.R R/create_bart_page.R R/create_ctrl_list.R R/create_dd_list.R R/create_dfd_list.R R/create_dfe_list.R R/create_not_allowed_page.R R/create_page.R R/create_page_list.R R/create_task_ctrl_list.R R/dd_page.R R/dfe_custom_message.R R/get_values.R R/global.R R/helper.R R/include_script_files.R R/multi_armed_bandit_page.R R/multi_opts_dfd_page.R R/multi_opts_dfe_page.R R/n_armed_bandit_page.R R/n_opt_dfd_page.R R/n_opt_dfe_page.R R/next_bandit_page.R R/next_page.R R/on_bart_action.R R/on_input_enable.R R/save_data.R R/shinypsych_guide.R R/zzz.R README.md
ShinyPsych.Rproj
inst/css/banditFiveToSixArms_Style.css
inst/css/banditTwoToFourArms_Style.css
inst/css/dd_Style.css
inst/css/dfdFourOpts_Style.css
inst/css/dfdTwoToThreeOpts_Style.css
inst/css/dfeFiveToSixOpts_Style.css
inst/css/dfeTwoToFourOpts_Style.css
inst/css/globalStyle.css
inst/extdata/Birnbaum.txt
inst/extdata/Birnbaum_Practice.txt
inst/extdata/BrooksPetersZank.txt
inst/extdata/BrooksPetersZank_Practice.txt
inst/extdata/DDExample.txt
inst/extdata/DDExample_Practice.txt
inst/extdata/Demographics.txt
inst/extdata/FiveOptExample.txt
inst/extdata/FiveOptExample_Practice.txt
inst/extdata/FourOptExample.txt
inst/extdata/FourOptExample_Practice.txt
inst/extdata/GambleList.txt
inst/extdata/GloecknerPachur.txt
inst/extdata/GloecknerPachur_Practice.txt
inst/extdata/Goodbye.txt
inst/extdata/Goodbye_BanditFullStudy.txt
inst/extdata/HertwigBarronWeberErev.txt
inst/extdata/HertwigBarronWeberErev_Practice.txt
inst/extdata/Id_Database.txt
inst/extdata/Instructions_Bandit.txt
inst/extdata/Instructions_BanditFullStudy.txt
inst/extdata/Instructions_Bart.txt
inst/extdata/Instructions_CheckId.txt
inst/extdata/Instructions_Dd.txt
inst/extdata/Instructions_Dfd.txt
inst/extdata/Instructions_Dfe.txt
inst/extdata/Instructions_Survey.txt
inst/extdata/Instructions_TagsInput.txt
inst/extdata/LoomesMoffattSugden.txt
inst/extdata/LoomesMoffattSugden_Practice.txt
inst/extdata/REI_Inventory.txt
inst/extdata/Rieskamp.txt
inst/extdata/Rieskamp_Practice.txt
inst/extdata/SixOptExample.txt
inst/extdata/SixOptExample_Practice.txt
inst/extdata/Survey_BanditFullStudy.txt
inst/extdata/Survey_Example.txt
inst/extdata/TagsInput_Example.txt
inst/extdata/ThreeOptExample.txt
inst/extdata/ThreeOptExample_Practice.txt
inst/extdata/TwoOptExample.txt
inst/extdata/TwoOptExample_Practice.txt
inst/javascript/banditFiveArms_Functions.js
inst/javascript/banditFiveArms_FunctionsComp.js
inst/javascript/banditFourArms_Functions.js
inst/javascript/banditFourArms_FunctionsComp.js
inst/javascript/banditSixArms_Functions.js
inst/javascript/banditSixArms_FunctionsComp.js
inst/javascript/banditThreeArms_Functions.js
inst/javascript/banditThreeArms_FunctionsComp.js
inst/javascript/banditTwoArms_Functions.js
inst/javascript/banditTwoArms_FunctionsComp.js
inst/javascript/bart_Functions.js
inst/javascript/bart_FunctionsComp.js
inst/javascript/dd_Functions.js
inst/javascript/dd_FunctionsComp.js
inst/javascript/dfd_Functions.js
inst/javascript/dfd_FunctionsComp.js
inst/javascript/dfeFiveOpts_Functions.js
inst/javascript/dfeFiveOpts_FunctionsComp.js
inst/javascript/dfeFourOpts_Functions.js
inst/javascript/dfeFourOpts_FunctionsComp.js
inst/javascript/dfeSixOpts_Functions.js
inst/javascript/dfeSixOpts_FunctionsComp.js
inst/javascript/dfeThreeOpts_Functions.js
inst/javascript/dfeThreeOpts_FunctionsComp.js
inst/javascript/dfeTwoOpts_Functions.js
inst/javascript/dfeTwoOpts_FunctionsComp.js
inst/pictures/.DS_Store
inst/pictures/screenshot_bandit.png
inst/pictures/screenshot_bart.png
inst/pictures/screenshot_dd.png
inst/pictures/screenshot_dfd.png
inst/pictures/screenshot_dfe.png
inst/pictures/screenshot_survey.png
inst/pictures/thankyou.jpg
inst/shiny-examples/BART/app.R
inst/shiny-examples/BART/droptoken.rds
inst/shiny-examples/BART/mixedPopVals.RDS
inst/shiny-examples/BART/normalPopVals.RDS
inst/shiny-examples/BART/unifPopVals.RDS
inst/shiny-examples/Bandit/app.R
inst/shiny-examples/Bandit/droptoken.rds
inst/shiny-examples/BanditFullStudy/app.R
inst/shiny-examples/BanditFullStudy/droptoken.rds
inst/shiny-examples/BanditFullStudy/www/Id_Database.txt
inst/shiny-examples/BanditFullStudy/www/screenshot.PNG
inst/shiny-examples/CheckId/app.R
inst/shiny-examples/CheckId/www/Id_Database.txt
inst/shiny-examples/DD/app.R
inst/shiny-examples/DD/droptoken.rds
inst/shiny-examples/DD/www/Birnbaum.txt
inst/shiny-examples/DD/www/Birnbaum_Practice.txt
inst/shiny-examples/DD/www/BrooksPetersZank.txt
inst/shiny-examples/DD/www/BrooksPetersZank_Practice.txt
inst/shiny-examples/DD/www/DDExample.txt
inst/shiny-examples/DD/www/DDExample_Practice.txt
inst/shiny-examples/DD/www/FiveOptExample.txt
inst/shiny-examples/DD/www/FiveOptExample_Practice.txt
inst/shiny-examples/DD/www/FourOptExample.txt
inst/shiny-examples/DD/www/FourOptExample_Practice.txt
inst/shiny-examples/DD/www/GloecknerPachur.txt
inst/shiny-examples/DD/www/GloecknerPachur_Practice.txt
inst/shiny-examples/DD/www/Goodbye.txt
inst/shiny-examples/DD/www/HertwigBarronWeberErev.txt
inst/shiny-examples/DD/www/HertwigBarronWeberErev_Practice.txt
inst/shiny-examples/DD/www/Id_Database.txt
inst/shiny-examples/DD/www/Instructions.txt
inst/shiny-examples/DD/www/LoomesMoffattSugden.txt
inst/shiny-examples/DD/www/LoomesMoffattSugden_Practice.txt
inst/shiny-examples/DD/www/Rieskamp.txt
inst/shiny-examples/DD/www/Rieskamp_Practice.txt
inst/shiny-examples/DD/www/SixOptExample.txt
inst/shiny-examples/DD/www/SixOptExample_Practice.txt
inst/shiny-examples/DD/www/ThreeOptExample.txt
inst/shiny-examples/DD/www/ThreeOptExample_Practice.txt
inst/shiny-examples/DD/www/TwoOptExample.txt
inst/shiny-examples/DD/www/TwoOptExample_Practice.txt
inst/shiny-examples/DD/www/thankyou.jpg
inst/shiny-examples/DfD/app.R
inst/shiny-examples/DfD/droptoken.rds
inst/shiny-examples/DfE/app.R
inst/shiny-examples/DfE/droptoken.rds
inst/shiny-examples/DfE/www/Birnbaum.txt
inst/shiny-examples/DfE/www/Birnbaum_Practice.txt
inst/shiny-examples/DfE/www/BrooksPetersZank.txt
inst/shiny-examples/DfE/www/BrooksPetersZank_Practice.txt
inst/shiny-examples/DfE/www/FiveOptExample.txt
inst/shiny-examples/DfE/www/FiveOptExample_Practice.txt
inst/shiny-examples/DfE/www/FourOptExample.txt
inst/shiny-examples/DfE/www/FourOptExample_Practice.txt
inst/shiny-examples/DfE/www/GloecknerPachur.txt
inst/shiny-examples/DfE/www/GloecknerPachur_Practice.txt
inst/shiny-examples/DfE/www/Goodbye.txt
inst/shiny-examples/DfE/www/HertwigBarronWeberErev.txt
inst/shiny-examples/DfE/www/HertwigBarronWeberErev_Practice.txt
inst/shiny-examples/DfE/www/Instructions.txt
inst/shiny-examples/DfE/www/LoomesMoffattSugden.txt
inst/shiny-examples/DfE/www/LoomesMoffattSugden_Practice.txt
inst/shiny-examples/DfE/www/Rieskamp.txt
inst/shiny-examples/DfE/www/Rieskamp_Practice.txt
inst/shiny-examples/DfE/www/SixOptExample.txt
inst/shiny-examples/DfE/www/SixOptExample_Practice.txt
inst/shiny-examples/DfE/www/ThreeOptExample.txt
inst/shiny-examples/DfE/www/ThreeOptExample_Practice.txt
inst/shiny-examples/DfE/www/TwoOptExample.txt
inst/shiny-examples/DfE/www/TwoOptExample_Practice.txt
inst/shiny-examples/DfE/www/thankyou.jpg
inst/shiny-examples/Survey/app.R
inst/shiny-examples/Survey/droptoken.rds
inst/shiny-examples/TagsInput/app.R
inst/shiny-examples/TagsInput/droptoken.rds
inst/shiny-examples/TagsInput/www/thankyou.jpg
man/ShinyPsych_Guide.Rd man/appendBanditValues.Rd man/appendDdValues.Rd man/appendDfdValues.Rd man/appendDfeValues.Rd man/callApp.Rd man/changePageVariable.Rd man/checkId.Rd man/createBanditCtrlList.Rd man/createBanditList.Rd man/createBartList.Rd man/createBartPage.Rd man/createCtrlList.Rd man/createDdList.Rd man/createDfdList.Rd man/createDfeList.Rd man/createNotAllowedPage.Rd man/createPage.Rd man/createPageList.Rd man/createTaskCtrlList.Rd man/ddPage.Rd man/dot-banditCustomMessage.Rd man/dot-dfeCustomMessage.Rd man/getValues.Rd man/includeScriptFiles.Rd man/multiArmedBanditPage.Rd man/multiOptsDfdPage.Rd man/multiOptsDfePage.Rd man/nextBanditPage.Rd man/nextPage.Rd man/onBartAction.Rd man/onInputEnable.Rd man/saveData.Rd man/twoArmedBanditPage.Rd man/twoOptDfdPage.Rd man/twoOptDfePage.Rd vignettes/ShinyPsych_Bandit.Rmd vignettes/ShinyPsych_BanditCode.Rmd vignettes/ShinyPsych_Bart.Rmd vignettes/ShinyPsych_BartCode.Rmd vignettes/ShinyPsych_BartLists.Rmd vignettes/ShinyPsych_CheckIdCode.Rmd vignettes/ShinyPsych_DD.Rmd vignettes/ShinyPsych_DDCode.Rmd vignettes/ShinyPsych_DDFiles.Rmd vignettes/ShinyPsych_DfD.Rmd vignettes/ShinyPsych_DfDCode.Rmd vignettes/ShinyPsych_DfE.Rmd vignettes/ShinyPsych_DfECode.Rmd vignettes/ShinyPsych_GambleFiles.Rmd vignettes/ShinyPsych_Global.Rmd
vignettes/ShinyPsych_References.bib
vignettes/ShinyPsych_Survey.Rmd vignettes/ShinyPsych_SurveyCode.Rmd vignettes/ShinyPsych_Textfiles.Rmd
vignettes/apa.csl
ndphillips/ShinyPsych documentation built on Feb. 14, 2022, 5:53 p.m.