Skip to content

Instantly share code, notes, and snippets.

@yumaueno
Last active August 13, 2019 03:51
Show Gist options
  • Save yumaueno/a682927cec6b0a4d19aa4a7428c48633 to your computer and use it in GitHub Desktop.
Save yumaueno/a682927cec6b0a4d19aa4a7428c48633 to your computer and use it in GitHub Desktop.
コンジョイント分析
library(conjoint)
data(tea)#サンプルデータ
#コンジョイント分析用のデータ
print(tprof) #各プロファイルの表示
print(tlevn) #各水準
head(tprefm) #効用データ(100人分)
Conjoint(tprefm, tprof, tlevn) #コンジョイント分析
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment