Skip to content
Prev 387482 / 398502 Next

modelling 4-parameter curve in R does not match data - how to proceed?

Oh, I got it! I was sending the fluorescence instead of the cycles x.
Thank you

```
desmos <- rutledge(list(half_fluorescence = 27.1102, slope = 2.76798,
                        max_fluorescence = 11839.8, back_fluorescence
= -138.864) , 1:45)
```
On Wed, Mar 17, 2021 at 8:58 PM Duncan Murdoch <murdoch.duncan at gmail.com> wrote: