So I'm trying a Multivar Regression, with a data column called "primair+pv". Apparently the mathematical model builder doesn't like the +.
PatsyError: Error evaluating factor: NameError: name 'pv' is not defined primair+pv ~ 1
We should look at escaping these special characters.