Re: [R] How to extrapolate a model

2011-03-02 Thread Jannis
I have no experience with this quantreg package and you did not include any code for us to reproduce your problem. But these models in R all work similar. Have a look at the model result object returned by the call of the fit (str(modelresults) ). I would expect that there is some formula com

[R] How to extrapolate a model

2011-03-02 Thread sadz a
I am using a multiple additive model (in the quantreg package) and I would like to 'extract' the fitted model formulae ie- for a straight line the formula would be y= 'a+b*c' for my multiple model I would expect somthing more complex because the model is not linear (its a bit like a GAM) but given