Re: [R] fitting a hyperbola to data points

2013-04-08 Thread Manoj Srivastava
gt;> lm2 = lm(Time ~ Requests + I(Requests^2) + I(Requests^3)) but that >> does not appear to be close. >> Any pointers appreciated. -- Many of us spend half our life wishing for things we could have if we didn't spend half our time wishing. -- Alexander Woollcott

[R] fitting a hyperbola to data points

2013-04-08 Thread Manoj Srivastava
r=TRUE) plot (Time ~ Requests) plot (Time ~ Requests, log="y") plot (Time ~ Requests, log="x") plot (Time ~ Requests, log="xy") -- To be intoxicated is to feel sophisticated, but not be able to say it. George Carlin Manoj Srivastava <http://www.golden-gryphon.com/>