All Projects → CamDavidsonPilon → lifestyles

CamDavidsonPilon / lifestyles

Licence: MIT license
Work-In-Progress: conjoint analysis in Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to lifestyles

typeform-client
A friendlier Typeform Node.js API client
Stars: ✭ 15 (-70.59%)
Mutual labels:  survey
Awesome-Human-Activity-Recognition
An up-to-date & curated list of Awesome IMU-based Human Activity Recognition(Ubiquitous Computing) papers, methods & resources. Please note that most of the collections of researches are mainly based on IMU data.
Stars: ✭ 72 (+41.18%)
Mutual labels:  survey
koboloadeR
This package facilitates the data crunching of any dataset collected using an xlsform compatible platform (KoboToolbox, ODK, ONA, etc.)
Stars: ✭ 21 (-58.82%)
Mutual labels:  survey
GeoNotes
A simple app to create georeferences notes.
Stars: ✭ 37 (-27.45%)
Mutual labels:  survey
laravel-survey
Create and manage surveys within your Laravel app.
Stars: ✭ 146 (+186.27%)
Mutual labels:  survey
welleng
A collection of Wells/Drilling Engineering tools, focused on well trajectory planning for the time being.
Stars: ✭ 79 (+54.9%)
Mutual labels:  survey
surveyjs vue quickstart
SurveyJS + Vue Quickstart Template
Stars: ✭ 96 (+88.24%)
Mutual labels:  survey
python-wifi-survey-heatmap
A Python application for Linux machines to perform WiFi site surveys and present the results as a heatmap overlayed on a floorplan
Stars: ✭ 231 (+352.94%)
Mutual labels:  survey
react-native-simple-survey
Simple to use JSON based survey component for React Native
Stars: ✭ 56 (+9.8%)
Mutual labels:  survey
surveyjs angular cli
SurveyJS + Angular CLI Quickstart Template
Stars: ✭ 39 (-23.53%)
Mutual labels:  survey
Intro to PyMC3
Short introduction to Bayesian statistical modelling with PyMC3
Stars: ✭ 18 (-64.71%)
Mutual labels:  pymc3
SurveyKing
Make a better open source survey system.
Stars: ✭ 961 (+1784.31%)
Mutual labels:  survey
vue-survey-builder
Survey builder for vue.js applications
Stars: ✭ 103 (+101.96%)
Mutual labels:  survey
QuestionnaireView
A simple view to be able to display question and various field (Radio, EditText, checkbox ) for answers
Stars: ✭ 34 (-33.33%)
Mutual labels:  survey
fofax
fofax is a command line query tool based on the API of https://fofa.info/, simple is the best!
Stars: ✭ 479 (+839.22%)
Mutual labels:  survey
FACIL
Framework for Analysis of Class-Incremental Learning with 12 state-of-the-art methods and 3 baselines.
Stars: ✭ 411 (+705.88%)
Mutual labels:  survey
coronasurveys
CoronaSurveys Monitoring the Incidence of COVID-19 via Open Surveys
Stars: ✭ 20 (-60.78%)
Mutual labels:  survey
react-quizzes
A React.js solution that offers a UI for creating surveys, forms and quizzes.
Stars: ✭ 25 (-50.98%)
Mutual labels:  survey
face-recognition
얼굴 인식에 대한 기술 동향 및 관련 모델 자료
Stars: ✭ 38 (-25.49%)
Mutual labels:  survey
research.package
A Flutter package implementing support for surveys like ResearchStack and ResearchKit
Stars: ✭ 43 (-15.69%)
Mutual labels:  survey

lifestyles_logo

lifestyles is a Python package for performing conjoint analysis. What is conjoint analysis? I'm glad you asked! Conjoint analysis is an alternative survey analysis technique. Instead of asking survey partcipants about how they feel about specific characteristics, instead the particpants are asked to evaluate holistically. For example, suppose you are interested in creating a new lemonade beverage, and you want to better understand what your potential customers' preferences are. We could design a survey like:

Q1. How much sugar do you prefer in your lemonade?

  • No sugar
  • 1 sugar
  • 2 sugar

Q2. How much lemon do you prefer in your lemonade?

  • None
  • Some

Q3. How much ....

There are some drawbacks to this survey design. We have isolated the attributes of the lemonade, so participants must also compare in isolation. This isn't how consumers make choices. Instead they compare products holistically. Compare the above survey to this instead:

Q1. Which lemonade would you prefer to purchase?

  • Some sugar, ice cold and strong lemon flavour
  • No sugar, ice cold and mild lemon and mild mint flavour

Or, something like:

Q2. On a scale of 1 to 10, how likely are you to purchase the following lemonade?

Warm, honey-sweetened, with strong lemon flavour.

1 ♢ ♢ ♢ ♢ ♢ ♢ ♢ ♢ ♢ ♢ 10

The latter surveys asks us to look at beverages, and not attributes. This is the much more common consumer task. Indeed, walking into a convience store for a lemonade implies the consumer will have to make these decisions.

How can we analyze surveys like this? That's where conjoint analysis comes in. The statistical methods will decompose the consumers' choices into what attributes strongly correlate with purchase or selection.

Work in Progress

This library is a work-in-progress, and alpha-stage development.

References

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].