You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I specify a main variable that is numeric, it's failing the number_of_samples_w_more_than_one_level check, because the main variable is being added to the single_fixed_effects vector here:
Thanks for reaching out. When you say a numeric variable, do you mean a continuous variable or a categorical that is stored as number? Is this seen for only a fixed effect or any variable? Can you give me an example of the input you are running?
Describe the bug
If I specify a main variable that is numeric, it's failing the number_of_samples_w_more_than_one_level check, because the main variable is being added to the single_fixed_effects vector here:
To Reproduce
Steps to reproduce the behavior:
try with a numeric variable
Expected behavior
should run without errors
reccomended fix
set single_fix_effects to not include numeric variables, for example:
The text was updated successfully, but these errors were encountered: