- [x] implement collinearity checks via [cholesky](https://stats.stackexchange.com/questions/52177/what-to-do-with-collinear-variables/52181#52181) - this is what fixest does in its `ols_fit` function - [x] add `collin_tol` argument to `feols`, `fepois` - [x] notify with warning