conjoint2Tasks: Function to create conjoint data by rounds

View source: R/conjoint2Tasks.R

conjoint2TasksR Documentation

Function to create conjoint data by rounds

Description

This function eliminates extra characters, usually used for conjoint. For now it only eliminates the characters from the conjoint options field

Usage

conjoint2Tasks(df, nRounds, nInd)

Arguments

df

conjoint Dataframe already scrubbed and cleaned of extra characters

nRounds

number of rounds/task of the conjoint

nInd

number of individuals

Value

dataframe with rows as task done

Author(s)

Gabriel N. Camargo-Toledo gcamargo@sensata.io

Examples

CJData <- conjoint2Tasks(CJData, nRounds = 3, nInd = 42284)

SensataUX/sensataDataProg documentation built on April 18, 2023, 3:48 p.m.