If I use the code from the examples, I automatically run into an error, as the Attributes dictionaries do not contain values for 'fixed'.
If I add 'fixed=None' as a new entry to the dictionaries, the code works, but the first 8 rows of the init_design matrix have the value 0.0 for all attribute values.
Update after trying out some options:
The lines that are empty are the number of attributes times the number of alternatives. This means the fix for this problem is the following:
If I use the code from the examples, I automatically run into an error, as the Attributes dictionaries do not contain values for 'fixed'.
If I add 'fixed=None' as a new entry to the dictionaries, the code works, but the first 8 rows of the init_design matrix have the value 0.0 for all attribute values.
Update after trying out some options: The lines that are empty are the number of attributes times the number of alternatives. This means the fix for this problem is the following:
Afterwards init_design can be used as in the examples
Greetings Philipp