#statstab #322 Understanding spline transformation and regression coefficients

Thoughts: Spline seemed very intimidating at first, but they're just a bunch of lines! Stack Exchange is a cool source.

#spline #regression #nonlinear #models #stackexchange

https://stats.stackexchange.com/questions/638916/understanding-spline-transformation-and-regression-coefficients

Understanding spline transformation and regression coefficients

I do not understand properly what a spline does even in a simple situation of a piecewise regression, and I need some help. Consider the following basic example: library(data.table) df <- data....

Cross Validated