Hi all, I've recently been playing around with a few different types of predictive models and finally got around to learning about MARS. Little did I know that SAS recently implemented the algorithm. I've been reading through the SAS documentation on Proc Adaptivereg and found what SAS produces for parameter estimates: source: https://support.sas.com/documentation/onlinedoc/stat/121/adaptivereg.pdf How to I interpret this? MARS centers around basis functions that change at knots. I see the knots the algorithm found, but how do I interpret the coefficients? I think the "Parent" column is throwing me off particularly. I think you need to add the coefficients of the basis function you're interpreting with the parent basis function to get the coefficient for that basis function. is that right? What do you do in the case where the parent basis function was eliminated? how does this work with class variables?
... View more