knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

surveyanalysisR

R build status

The goal of surveyanalysisR package is to analyse the market research survey data

The code shows the results of the ratings based conjoint analysis

library(surveyanalysisR)
lev<-c("12 months","3 months","6 months","give you the energy to unlock your fullest potential","help you lead a better life","help you sleep without more pills",
       "improve your health for the long-run","improve your sleep sustainably","breaking bad habits and creating new routines",
       "changing your sleep mindset","empowering you to take back your sleep habits",
       "$20/month","$30/month","$40/month",
       "a program created just for you","cognitive behavioral therapy","daily text messages from a coach","personalized, human coaching","the support of a community of people just like you","unique daily games, challenges and exercises",
       "a method that has helped thousands","leading researchers","professional athletes","scientific evidence")
lev_df<-data.frame(lev)
conjoint_analysis(conjoint_data[,7],conjoint_data[,1:6],lev_df)
knitr::include_graphics("README_files/figure-markdown_github/factorsimportance.jpeg")


janu123/surveyanalysisR documentation built on Jan. 1, 2021, 4:28 a.m.