Learn R Programming

radiant (version 0.1.95)

summary.conjoint_profiles: Summary method for the conjoint_profiles function

Description

Summary method for the conjoint_profiles function

Usage

"summary"(object, ...)

Arguments

object
Return value from conjoint_profiles
...
further arguments passed to or from other methods.

Details

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

See Also

conjoint_profiles to calculate results

Examples

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

Run the code above in your browser using DataLab