jhelvy / formr4conjoint

A simple demo of using formr.org to create a choice-based conjoint survey

Home Page:https://www.jhelvy.com/posts/2021-09-18-choice-based-conjoint-surveys-in-r-with-formr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

formr4conjoint

CC BY-NC-SA 4.0

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

Packages

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 and License Information

CC BY-NC-SA 4.0

About

A simple demo of using formr.org to create a choice-based conjoint survey

https://www.jhelvy.com/posts/2021-09-18-choice-based-conjoint-surveys-in-r-with-formr/

License:Other


Languages

Language:HTML 99.8%Language:R 0.2%