TVbo: TV dataset

Description Usage Format Source Examples

Description

The TVbo dataset comes from Bang and Olufsen company. The main purpose was to test products, specified by two attributes Picture and TVset. 15 different response variables (characteristics of the product) were assessed by trained panel list.

Usage

1

Format

Assessor

factor: numbering identifying assessors

TVset

factor: attribute of the product

Picture

factor: attribute of the product

15 Characteristics of the product

numeric variables: Coloursaturation, Colourbalance, Noise, Depth, Sharpness, Lightlevel, Contrast, Sharpnessofmovement, Flickeringstationary, Flickeringmovement, Distortion, Dimglasseffect, Cutting, Flossyedges, Elasticeffect

Source

Bang and Olufsen company

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## import SensMixed package
library(SensMixed)

## convert some variables to factors in TVbo
TVbo <- convertToFactors(TVbo, c("Assessor", "Repeat", "Picture"))

## run automated selection process
res <- sensmixed(c("Coloursaturation", "Colourbalance"),
prod_effects = c("TVset", "Picture"), 
assessor="Assessor", data=TVbo, MAM=FALSE)
res

SensMixed documentation built on May 1, 2019, 9:16 p.m.

Related to TVbo in SensMixed...