Closed mrebolleda closed 1 year ago
Hi
It is because the order of the parameters matters in the model functon. You can work out the order at which they should be inputted by looking at the help page for each function.
For gaussian_1987, it is, gaussian_1987(temp, rmax, topt, a)
.
Hi, First of all great package!!! I was fitting a few functions and getting the coefficients, but I noticed that in the end, even though the fit looked right, the parameters were very odd. My topt was in a range between 0 and 1.2 and my rmax had a mean of 30. I switched the order I gave the parameters to the multstart function and it all worked well.
That is:
gives weird things and it is not the same as