Displaying 1 result from an estimated 1 matches for "sequenceind".
2012 Apr 09
2
R problem nls
...other data set (so for each
wavelength), not an average a and b value for everything*.
Is this possible? How do I do it?
_______________________________________________________________
Secondly, for the intersection point determination, I found on the internet
to use the function
>intersection(sequenceInd = NA, sequenceSig = NA, hLine = NA, plot = TRUE)
but when I do this, the response I get is
> intersection(sequenceInd=model,hLine=1.01,plot=TRUE)
Error: could not find function "intersection"
The intersection line is the same for each data set. How can I find the
intersection point...