Search code examples
rlinear-regressiondeducer

Include quadratic terms in Deducer's Linear Regression Model Builder


What should I do in Deducer's Linear Regression Model Builder to produce a formula like the following

lm(ozone~temp*wind*rad+I(rad^2)+I(temp^2)+I(wind^2))

In the Outcomes text box I have the ozone variable and temp, wind and rad are in the Variables text box.


Solution

  • I found the answer here

    terms can be hand edited by double clicking on them