Re: [R] exponential day

2018-08-15 Thread Francis Boateng
Thanks Ellison, I will try it. Francis -Original Message- From: S Ellison Sent: Thursday, August 9, 2018 8:12 AM To: Francis Boateng ; r-help@r-project.org Subject: RE: exponential day > Please, how can I determine parameters from exponential equation > Example > one: y =

[R] exponential day

2018-08-08 Thread Francis Boateng
Hi, Please, how can I determine parameters from exponential equation Example one: y = a*exp(-b*x); how do I determine �a� and �b�, as well as R-square from data sets. And also fitting y = a*exp(-b*x) into the data sets Assuming data sets A = (0,2,4,6,8,10) B = (1,0.8,0.6,0.4,0.2,0.1) Thanks Fra