I think its reasonable to remove linear regression support in Statsample because of following reasons:
- Its equivalent which is Normal regression lies in Statsample-GLM
- This way all regression models would lie in Statsample-GLM
- Statsample-GLM already supports predicting on new data which Statsample doesn't yet
- Normal regression in Statsample-GLM works without an intercept providing more flexibility
- This will keep regression models management limited to Statsample-GLM and Statsample gem would be responsible for other statistic tools other than regression, hence simplifying the management.
I think its reasonable to remove linear regression support in Statsample because of following reasons: