extract_unparsed_values {spdesign}R Documentation

Extract unparsed named values of the utilitiy function

Description

If the utility function contains parameters that are dummy coded, the dummy coding is handled here. By expanding the dummy coding prior to parsing we can directly consider Bayesian priors for each level.

Usage

extract_unparsed_values(string)

Arguments

string

A character string

Value

A named list of parameter and attribute values. Each list element is named and contains a numeric value or expression to be parsed


[Package spdesign version 0.0.3 Index]