getDefaultRefps: Get Default Reference Points for selected user

Description Usage Arguments Value See Also Examples

Description

With Default Referenece Points we mean the initial configuration of the product configurator, that is the value for each attribute that was selected as default before the user interacted with the configurator. It assumes there is a column with the name 'round' from which to read the default values (in round = 0) for each user. The The default values of each 'category' can be interpreted as possible Reference Points for the decision maker. See Source for more about this assumption.

Usage

1
getDefaultRefps(dataset, userid = NULL)

Arguments

dataset

the data.frame you want to input. For more details about which information the dataset should have, refer to decisionMatrix.

userid

an integer vector, that identifies which rows (from which user) of the whole given dataset should be extracted. This parameter is vectorised, you may enter more userid at once.

Value

A list of numeric vectors with column names representing the attribute ID each reference point belongs to.

See Also

Other GetFunctions: benefitToCostAttr, getAllUserIds, getAttrValues, getRoundsById, getTableById, get_attrs_ID, normalize

Examples

1
2
3
#Not Runnable yet
getDefaultRefps(camera2_config_data, c(6,9,10))
getDefaultRefps(as.data.frame(matrix_full), 55:58)

avilesd/productConfig documentation built on May 11, 2019, 4:08 p.m.