In OLS (Linear Regression) i want the code to be able to handle when intercept is True / False
printf(“%dn”, 42); /* I am running a Linear regression (OLS) and i want my code model to include when Intercept/constant is True and when intercept is False. I don't want to manually indicate it in my code. i want to be able to include it in my code