caDataPlyty: Sample data for conjoint analysis

Description Usage Format Examples

Description

Sample artificial data in score mode. Rating (score) data does not need any conversion.

Usage

1
2
3
4

Format

ppref

Matrix of preferences (6 respondents and 8 profiles).

pprof

Matrix of profiles (3 attributes and 8 profiles).

plevn

Character vector of names for the attributes' levels.

Examples

1
2
3
4
5
library(conjoint)
data(plyty)
print(pprof)
print(ppref)
print(plevn)

Example output

This is package 'modeest' written by P. PONCET.
For a complete list of functions, use 'library(help = "modeest")' or 'help.start()'.

Warning messages:
1: In rgl.init(initValue, onlyNULL) : RGL: unable to open X11 display
2: 'rgl_init' failed, running with rgl.useNULL = TRUE 
3: .onUnload failed in unloadNamespace() for 'rgl', details:
  call: fun(...)
  error: object 'rgl_quit' not found 
  pojemnosc opakowanie kolor
1         2          2     1
2         2          1     3
3         1          2     3
4         1          1     1
5         1          1     2
6         2          2     2
7         1          2     1
8         2          1     1
  profil1 profil2 profil3 profil4 profil5 profil6 profil7 profil8
1      70      30      20      50      50      40      60      90
2      90      40      30      60      50      80      70      80
3      80      30      20      50      40      70      60      70
4      80      80      15      40      40      70      30      80
5      60      90      40      50      50      80      20      90
6      90      50      35      70      60      90      80      90
    poziomy
1     650MB
2     700MB
3   pudelko
4   koperta
5 niebieski
6   srebrny
7     zloty

conjoint documentation built on May 1, 2019, 8:05 p.m.