Open wolterstori opened 2 months ago
Attached is the data file we are using Gons740.csv
Please have a look at the help from the function plotfit, more specifically the argument 'variable'. Whenever you have multiple independent variable, you should specify the index of the column corresponding to the variable you want to plot against the predicted values. For example in your data set, if you want to visualize the variable Rrs704 (3rd column of your data set), please use the following:
plotfit(Chl.nls1, smooth=FALSE, variable=3)
Hi,
We are working on a non-linear regression using estimated vs observed chlorophyll and found the nlstools package... everything else has worked except plotfit(), where I received the following error:
I ran through a couple examples as well... first using the O2K dataset (no issues) and the Michaelis Menten vmkmki dataset. I received the same error on the vmkmki dataset. View(vmkmki)
Any guidance you can offer would be much appreciated.