<br><br><div><span class="gmail_quote">2007/8/9, Stefan Roediger <<a href="mailto:stefan_roediger@gmx.de">stefan_roediger@gmx.de</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>Yes of course that's basically possible but I would like to find a way to do<br>some sophisticated equations like:<br>fit <- lm(y ~ x + I(x^2) + I(x^3) + I(x^4) + I(x^5))<br>But currently I don't see it from the code GUI side.
</blockquote><div><br>I suppose this could be achieved with a text input frame where the user can write - though it would be better to drag and drop the variables and write also in this text box, but I don't know if the latter is supported. 
<br> </div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">> 2. The user should get a choice of plotting. The plot (lm(x~y)) gives four
<br>> plots. If we use par(mfrow=c(2,2)) and then the plot(lm(x~y)) could give<br>> use the four graphs in one plot.<br><br>I played around with that before and must say it's certainly needed but I'm no<br>longer sure if the par(mfrow=c(n,m)) approach is the best. Having single
<br>plots of plot (lm ()) is better since it's easier to read and work with later<br>on. But this could be done as option of course.<br></blockquote></div><br>Yes I know, just a proposal.<br><br>Regards,<br>Ilias<br>