How to make a Multivariate segmented linear regression with segmented package
Multivariate Segmented Regression Implementation Failure Postmortem Summary An analyst attempted multivariate segmented linear regression using the segmented packagevision with eight response variables, encountering dimension compatibility errors. The workaround involved manually looping through variables and categories, increasing complexity and technical debt. Root Cause The failure occurred because the segmented package: Lacks native support for multivariate response … Read more