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.