Skip to content
Prev 309378 / 398506 Next

Is there an lm() equivalent of panel.lmline()?

You can use the lmList function in the nlme package to do several
seperate regressions, or use a model that allows for multiple
intercepts.  Possibly Xvalues ~ 0 + log(Qvalues)*Tfac or Xvalues ~ 0 +
Tfac + log(Qvalues):Tfac (assuming Tfac is a factor).
On Tue, Oct 30, 2012 at 5:53 AM, Alex van der Spek <doorz at xs4all.nl> wrote: