- Notifications
You must be signed in to change notification settings - Fork4
A simple demo of using formr.org to create a choice-based conjoint survey
License
NotificationsYou must be signed in to change notification settings
jhelvy/formr4conjoint
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
formr.org is a flexible platform for makingsurveys using.This repo contains files for designing and implementing a demo conjointsurvey with formr about people’s preferences for apples with threeattributes:
type
,price
, andfreshness
.
Seethispostfor more details about the demo.
You can view the live demo surveyhere
If you want to run the code in thesurvey
folder, you will need toinstall the following packages:
install.packages(c("remotes","tidyverse","jsonlite"))remotes::install_github("jhelvy/cbcTools")
- Author:John Paul Helvestonhttps://www.jhelvy.com/
- Date First Written:Monday, August 12, 2019
- This work is licensed under aCreative CommonsAttribution-NonCommercial-ShareAlike 4.0 InternationalLicense.