[R] Non-linear "linear" models?

Doran, Harold HDoran at air.org
Mon Jul 25 15:21:10 CEST 2005


Paul:

Even when the model includes polynomial terms as you have below, it is
still a linear model because it is linear in the parameters. It is your
coefficients that are not linear. There are other functions in R for
non-linear models.

help.search('non linear') 

-----Original Message-----
From: r-help-bounces at stat.math.ethz.ch
[mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of
eph1v3t8-rhls6783 at mailblocks.com
Sent: Saturday, July 23, 2005 10:24 AM
To: r-help at stat.math.ethz.ch
Subject: [R] Non-linear "linear" models?

Hi,
    I'm new to R (though I have spent hours trying to learn how to use
it) and also not very knowledgeable
about statistics, so I hope you will excuse what may seem like a very
basic question. I'm trying to use R to do an ANOVA analysis for some
data with an unbalanced design, and while I was trying to figure that
out, I got confused about the purpose of the "lm". All definitions I can
find of "linear model" are of the
form:
y = a + b * x + e

  In other words, y is only linear in the dependent variable(s) x. 
However, the lm model seems to support higher order polynomials, e.g.:

> lm(dist ~ speed + I(speed^2)+I(speed^3), cars)

  Is there some sense in which that model is "linear", or is R's lm()
providing extra functionality?

Thanks,
--Paul


----------------------------------------------
Mailblocks - A Better Way to Do Email
http://about.mailblocks.com/info

______________________________________________
R-help at stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide!
http://www.R-project.org/posting-guide.html




More information about the R-help mailing list