full_factorial: Full Factorial Design

Description Usage Arguments Value References Examples

View source: R/full_factorial.R

Description

Generates the full factorial design with all the factors coded using standardised orthogonal contrast coding.

Usage

1
full_factorial(attributes_list)

Arguments

attributes_list

A named list: giving the variable name and the levels as characters. The levels should start from the base of either "0" or "1" and go up in integer values.

Value

a 'data.frame' with the full factorial design and factors coded using standardised orthogonal contrast coding.

References

Kuhfeld, W. F. Marketing Research Methods in SAS Experimental Design, Choice, Conjoint, and Graphical Techniques 2010.

Jörg Suckut (https://stats.stackexchange.com/users/237455/j

Examples

1
2
3
4
5
# See step 1 of the Practical Introduction to ExpertChoice vignette.
attrshort  = list(condition = c("0", "1", "2"),
technical =c("0", "1", "2"),
provenance = c("0", "1"))
full_factorial(attrshort)

JedStephens/ExpertChoice documentation built on April 8, 2020, 2:57 p.m.