Learn R Programming

radiant (version 0.1.95)

conjoint_profiles: Create fractional factorial design for conjoint analysis

Description

Create fractional factorial design for conjoint analysis

Usage

conjoint_profiles(dataset)

Arguments

dataset
Dataset name (string). This can be a dataframe in the global environment or an element in an r_data list from Radiant

Value

A list with all variables defined in the function as an object of class conjoint_profiles

Details

See http://vnijs.github.io/radiant/marketing/conjoint_profiles.html for an example in Radiant

See Also

summary.conjoint_profiles to summarize results

Examples

Run this code
ca_prof <- readLines(system.file("examples/profiles-movie.txt", package='radiant'))
result <- conjoint_profiles("ca_prof")

Run the code above in your browser using DataLab