formr.org is a flexible platform for making
surveys using
.
This repo contains files for designing and implementing a demo conjoint
survey with formr about people’s preferences for apples with three
attributes: type
, price
, and freshness
.
See this post for more details about the demo.
You can view the live demo survey here
If you want to run the code in the survey
folder, you will need to
install the following packages:
install.packages(c("remotes", "tidyverse", "jsonlite"))
remotes::install_github("jhelvy/cbcTools")
- Author: John Paul Helveston https://www.jhelvy.com/
- Date First Written: Monday, August 12, 2019
- This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.