Dear all,

I am trying to implement a method to read qPCR runs using the qpcR package developed by Andrej-Nikolai Spiess. I am almost there, but when I try to apply the cy0() function to my actual data I obtain the error:

Error in eff(object, ...) : could not find function "FCT"

I can create a vector with the results but the error comes when I try to make the plot of the same data. I used the function modlist() to create the model, using the argument remove = "none"; when using the argument remove ="fit" the error becomes:

Error in plot(ml[[1]]) :

error in evaluating the argument 'x' in selecting a method for function 'plot': Error in ml[[1]] : subscript out of bounds

Nonetheless when I try to extract the data out of the context and apply it to another dataframe, the things go smoothly and I can't provide a smaller dataframe to give an example.

I therefore have attached the original file itself for further reference.

the code I have written is:

# create objects

M

More Luigi Marongiu's questions See All
Similar questions and discussions