Displaying 1 result from an estimated 1 matches for "data_pp2_mrna".
2011 Aug 05
2
problemsn in using nls
Dear all,
I tried to use nls, but I got the following error
Error in numericDeriv(form[[3L]], names(ind), env) :
  Missing value or an infinity produced when evaluating the model
Any suggestion?
Thanks,
Paola.
The code I wrote is
Data_pp2_mrna <- data.frame(
                            p1 = protein_1,
                            p6 = protein_6,
                            pp2_mrna = protein_2_mrna,
                            slope_pp2_mrna = stinemanSlopes(times,
protein_2_mrna)
                            )
fm_pp2_mrna <- nls(s...