# Consider data from a spiked-in contained in an example dataset. This dataset contains a significant
#threshold at low concentrations that is not well captured by a linear fit
head(SpikeInDataNonLinear)
#Call function
nonlinear_quantlim_out <- nonlinear_quantlim(SpikeInDataNonLinear)
#Get values of LOD/LOQ
nonlinear_quantlim_out$LOD[1]
nonlinear_quantlim_out$LOQ[1]
Run the code above in your browser using DataLab