Skip to content
Prev 76278 / 398502 Next

[newbie] Want to perform some simple regressions.

try 'nls'

Here is your data applied to it.  It looks like you had an 'exact' fit:
V1        V2
1   0  2.205955
2   1  8.150580
3   2 15.851324
4   3 22.442796
5   4 29.358580
6   5 36.460605
7   6 43.751692
8   7 51.223688
9   8 58.866102
10  9 66.668220
Nonlinear regression model
  model:  V2 ~ (a * V1 + b) * log(c * V1 + d) 
   data:  x.1 
       a        b        c        d 
1.994722 6.807986 1.495003 1.301922 
 residual sum-of-squares:  1.006867
On 8/28/05, Thomas Baruchel <archaiesteron at laposte.net> wrote: