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 I can plot the model using
# f<-fitted(model)
#lines(f)
there must be a formula that I can extract

Thank you for your time
Kitty

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to