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
I assume this is due to the () in (AltGrp). I was curious if there are other special characters that should be excluded since this fails silently so I want to avoid passing in the wrong matrix in the future.
The text was updated successfully, but these errors were encountered:
Parentheses if formulae have special meaning (they are grouping order-of-operation operators). You can refere to the formula grammar docs for more info. You'll also find there how to quote special characters that should be included in field names; for example:
However, there is a bug here... AltGrp is not found in the data sets, but is not throwing an exception. This is a regression, and so I'll make sure it gets fixed.
matthewwardrop
changed the title
What are allowable column names for phenotype matrix?
Formulaic not raising an exception when required fields are missing in the dataset
Oct 4, 2023
I am trying to make a design matrix from a master matrix of parameters.
yields
I assume this is due to the
()
in(AltGrp)
. I was curious if there are other special characters that should be excluded since this fails silently so I want to avoid passing in the wrong matrix in the future.The text was updated successfully, but these errors were encountered: